-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF02, 11.1, 2021.0
-
Component/s: S3
-
Release Notes Summary:S3 copy takes into account the server-side encryption configuration for the destination bucket.
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxcore 11.1.4
-
Story Points:1
In NXP-10312 a new settings useServerSideEncryption was created to enforce the server side encryption header in s3 client request.
The same parameter must be used for any other s3 copy request defined here:
https://github.com/nuxeo/nuxeo-core-binarymanager-cloud/blob/master/nuxeo-core-binarymanager-s3/src/main/java/org/nuxeo/ecm/core/storage/sql/S3Utils.java#L119
and here
from what I've seen so far.
Backport needed for 10.10 at least (9.10 would be nice)
- duplicates
-
NXP-26785 S3 Direct Upload Multipart failure
- Resolved