MCPcopy
hub / github.com/scality/cloudserver / removeVersions

Function removeVersions

tests/utapi/awsNodeSdk.js:175–177  ·  view source on GitHub ↗
(buckets, cb)

Source from the content-addressed store, hash-verified

173}
174
175function removeVersions(buckets, cb) {
176 async.each(buckets, (bucket, done) => removeAllVersions({ Bucket: bucket }, done), cb);
177}
178
179function getObject(bucket, key, cb) {
180 s3Client.send(new GetObjectCommand({ Bucket: bucket, Key: key }))

Callers 1

awsNodeSdk.jsFile · 0.85

Calls 1

removeAllVersionsFunction · 0.70

Tested by

no test coverage detected