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

Function getObjectGetRequest

tests/multipleBackend/multipartUpload.js:85–91  ·  view source on GitHub ↗
(objectKey)

Source from the content-addressed store, hash-verified

83};
84
85function getObjectGetRequest(objectKey) {
86 return Object.assign({
87 objectKey,
88 headers: {},
89 url: `/${bucketName}/${objectKey}`,
90 }, basicParams);
91}
92
93function getDeleteParams(objectKey, uploadId) {
94 return Object.assign({

Callers 1

assertObjOnBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected