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