mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
Merge pull request #21380 from overleaf/jpa-s3-ssec-backend
[object-persistor] add backend for SSE-C with S3 using KEK and DEK GitOrigin-RevId: 9676f5cd5e08107c8c284b68b8d450a1c05bf1b1
This commit is contained in:
@@ -32,7 +32,7 @@ describe('PersistorManager', function () {
|
||||
Settings = {}
|
||||
const requires = {
|
||||
'./GcsPersistor': GcsPersistor,
|
||||
'./S3Persistor': S3Persistor,
|
||||
'./S3Persistor': { S3Persistor },
|
||||
'./FSPersistor': FSPersistor,
|
||||
'@overleaf/logger': {
|
||||
info() {},
|
||||
|
||||
@@ -159,7 +159,7 @@ describe('S3PersistorTests', function () {
|
||||
crypto,
|
||||
},
|
||||
globals: { console, Buffer },
|
||||
}))(settings)
|
||||
}).S3Persistor)(settings)
|
||||
})
|
||||
|
||||
describe('getObjectStream', function () {
|
||||
|
||||
Reference in New Issue
Block a user