Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
const
genBucketName = testName => `cldsrvci-${testName}-${genUniqID()}`;
13
14
const
defaultShouldRetry = err =>
15
err && (err.name ===
'SlowDown'
|| err.$metadata?.httpStatusCode === 429);
Callers
8
bucket.js
File · 0.85
versioning.js
File · 0.85
upload.js
File · 0.85
tagging.js
File · 0.85
deleteMpu.js
File · 0.85
initiateMpu.js
File · 0.85
object.js
File · 0.85
completeMpu.js
File · 0.85
Calls
1
genUniqID
Function · 0.85
Tested by
no test coverage detected