MCPcopy Index your code
hub / github.com/scality/cloudserver / getS3Hostname

Function getS3Hostname

tests/functional/backbeat/excludedDataStoreName.js:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29async function getS3Hostname() {
30 const s3Hostname = await s3.config.endpoint();
31 return s3Hostname.hostname;
32}
33
34describe('excludedDataStoreName', () => {
35 const expectedVersions = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected