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

Function genBucketName

tests/functional/raw-node/utils/gcpUtils.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12const genBucketName = testName => `cldsrvci-${testName}-${genUniqID()}`;
13
14const defaultShouldRetry = err =>
15 err && (err.name === 'SlowDown' || err.$metadata?.httpStatusCode === 429);

Callers 8

bucket.jsFile · 0.85
versioning.jsFile · 0.85
upload.jsFile · 0.85
tagging.jsFile · 0.85
deleteMpu.jsFile · 0.85
initiateMpu.jsFile · 0.85
object.jsFile · 0.85
completeMpu.jsFile · 0.85

Calls 1

genUniqIDFunction · 0.85

Tested by

no test coverage detected