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

Method upload

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

Source from the content-addressed store, hash-verified

89 return callback(null, retObj);
90 }
91 upload(params, callback) {
92 this.putObject(params, callback);
93 }
94 putObject(params, callback) {
95 const retObj = {
96 ETag: `"${uuidv4().replace(/-/g, '')}"`,

Callers 1

callFnFunction · 0.80

Calls 1

putObjectMethod · 0.95

Tested by

no test coverage detected