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

Method headBucket

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

Source from the content-addressed store, hash-verified

62
63 // Legacy SDK v2 callback-based interface (for backwards compatibility)
64 headBucket(params, callback) {
65 return callback();
66 }
67 getBucketVersioning(params, callback) {
68 if (this.versioning) {
69 return callback(null, { Status: 'Enabled' });

Callers 2

migration.jsFile · 0.80
methodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected