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

Function _getOverviewKey

tests/multipleBackend/objectPutPart.js:50–52  ·  view source on GitHub ↗
(objectKey, uploadId)

Source from the content-addressed store, hash-verified

48const describeSkipIfE2E = process.env.S3_END_TO_END ? describe.skip : describe;
49
50function _getOverviewKey(objectKey, uploadId) {
51 return `overview${splitter}${objectKey}${splitter}${uploadId}`;
52}
53
54function putPart(bucketLoc, mpuLoc, requestHost, cb,
55errorDescription) {

Callers 1

objectPutPart.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected