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

Function getAwsParams

tests/multipleBackend/objectPutCopyPart.js:55–57  ·  view source on GitHub ↗
(destObjName, uploadId)

Source from the content-addressed store, hash-verified

53}
54
55function getAwsParams(destObjName, uploadId) {
56 return { Bucket: awsBucket, Key: destObjName, UploadId: uploadId };
57}
58
59function getAwsParamsBucketMismatch(destObjName, uploadId) {
60 const params = getAwsParams(destObjName, uploadId);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected