-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: File Upload
-
Tags:
-
Sprint:nxcore 11.1.3, nxcore 11.1.4
-
Story Points:3
Seems when using S3 Direct Upload and a file is large enough to be multipart the upload fails with
message: "java.io.IOException: com.amazonaws.SdkClientException: Unable to complete multi-part upload. Individual part upload failed : x-amz-server-side-encryption header is not supported for this operation. (Service: Amazon S3; Status Code: 400; Error Code: InvalidArgument; Request ID: C8AB2CEEA247519A; S3 Extended Request ID: PPs9e9OgoHP6ObFhAJbPkxT6/lTSD2D/NSGqskZNVFIjzE6cs4APpr0OVqxxgVrXP1u5s2uoayg=)"
FYI, we do use in nuxeo.conf
## Nuxeo Server side Encrypt at Rest option
nuxeo.s3storage.crypt.serverside=true
We found this post in the aws-sdk-jdk which might help