Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/storage/data/DataWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,9 @@ class DataWrapper {
locations.push(partResult);
return cb();
});
});
// Allow KMS to use a key from previous provider (if sseMigration configured)
// Because ongoing MPU started before sseMigration is not migrated
}, { previousOk: true });
}
// Copied object is not encrypted so just put it
// without a cipherBundle
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "7.70.4-4-outscale-cldsrv",
"version": "7.70.4-5-outscale-cldsrv",
"description": "Common utilities for the S3 project components",
"main": "build/index.js",
"repository": {
Expand Down
Loading