()
| 34 | } |
| 35 | |
| 36 | async function getS3Hostname() { |
| 37 | const endpoint = await s3.config.endpoint(); |
| 38 | s3Hostname = endpoint.hostname; |
| 39 | location = config.restEndpoints[s3Hostname] || config.restEndpoints.localhost; |
| 40 | return s3Hostname; |
| 41 | } |
| 42 | |
| 43 | function checkContents(contents) { |
| 44 | contents.forEach(d => { |
no outgoing calls
no test coverage detected