Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ wait
Function
wait
tests/utapi/awsNodeSdk.js:24–26 ·
view source on GitHub ↗
(timeoutMs, cb)
Source
from the content-addressed store, hash-verified
22
let
s3Client = null;
23
24
function
wait(timeoutMs, cb) {
25
setTimeout(cb, timeoutMs);
26
}
27
28
function
createBucket(bucket, cb) {
29
s3Client.send(
new
CreateBucketCommand({ Bucket: bucket }))
Callers
1
awsNodeSdk.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected