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

Function getSourceAndDestKeys

tests/multipleBackend/objectPutCopyPart.js:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45const describeSkipIfE2E = process.env.S3_END_TO_END ? describe.skip : describe;
46
47function getSourceAndDestKeys() {
48 const timestamp = Date.now();
49 return {
50 sourceObjName: `supersourceobject-${timestamp}`,
51 destObjName: `copycatobject-${timestamp}`,
52 };
53}
54
55function getAwsParams(destObjName, uploadId) {
56 return { Bucket: awsBucket, Key: destObjName, UploadId: uploadId };

Callers 1

copyPutPartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected