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

Function createTestRequestWithSSE

tests/unit/api/bucketPut.js:788–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 });
787
788 const createTestRequestWithSSE = sseHeaders => ({
789 ...testRequest,
790 headers: {
791 ...testRequest.headers,
792 ...sseHeaders,
793 },
794 });
795
796 it('should apply default AES256 SSE when global encryption is enabled and no SSE headers are provided', done => {
797 config.globalEncryptionEnabled = true;

Callers 1

bucketPut.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected