Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ bucketPut.js
File
bucketPut.js
tests/unit/api/bucketPut.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
assert = require(
'assert'
);
2
const
{ errors } = require(
'arsenal'
);
3
const
sinon = require(
'sinon'
);
4
const
inMemory = require(
'../../../lib/kms/in_memory/backend'
).backend;
Callers
nothing calls this directly
Calls
11
checkLocationConstraint
Function · 0.85
bucketPut
Function · 0.85
createTestRequestWithLock
Function · 0.85
_handleAuthResults
Function · 0.85
createTestRequestWithSSE
Function · 0.85
getOwner
Method · 0.80
setRestEndpoints
Method · 0.80
getLocationConstraint
Method · 0.80
setLocationConstraints
Method · 0.80
makeAuthInfo
Function · 0.50
cleanup
Function · 0.50
Tested by
no test coverage detected