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

Method headObject

tests/unit/DummyService.js:73–78  ·  view source on GitHub ↗
(params, callback)

Source from the content-addressed store, hash-verified

71 return callback(null, {});
72 }
73 headObject(params, callback) {
74 const retObj = {
75 ContentLength: `${1024 * 1024 * 1024}`,
76 };
77 return callback(null, retObj);
78 }
79 completeMultipartUpload(params, callback) {
80 const retObj = {
81 Bucket: params.Bucket,

Callers 10

assertObjectSSEFunction · 0.80
arnPrefix.jsFile · 0.80
assertObjectSSEFunction · 0.80
beforeMigration.jsFile · 0.80
methodFunction · 0.80
tagging.jsFile · 0.80
assertObjectMetaTagFunction · 0.80
deleteMpu.jsFile · 0.80
initiateMpu.jsFile · 0.80
object.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected