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