You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 5.5.3
While configuring SSE-C I faced the following error com.amazonaws.services.s3.model.AmazonS3Exception: Server Side Encryption with Customer provided key is incompatible with the encryption method specified.
After some investigation, it appears to reproduce the error described by mcsio in this post (5th message).
Here are some DEBUG logs I got:
Jan 26 17:55:04 db1 connect-standalone.sh[27930]: [2021-01-26 17:55:04,592] DEBUG http-outgoing-12 << "<Error><Code>InvalidArgument</Code><Message>Server Side Encryption with Customer provided key is incompatible with the encryption method specified</Message><ArgumentName>x-amz-server-side-encryption</ArgumentName><ArgumentValue>AES256</ArgumentValue><RequestId>505A846706B4FE0E</RequestId><HostId>Es+YRbHxnKS6L1jZ2S0k3g3+O79lNq1bPbIgk0totJQlt3mlWaFZgRq1xhaIBpd27b5FNPdke38=</HostId></Error>[\r][\n]" (org.apache.http.wire:73)
So I understand that x-amz-server-side-encryption and x-amz-server-side-encryption-customer-algorithm cannot be set together on an AWS S3. I assume from #173 (comment) that Minio may have a different handling.
The text was updated successfully, but these errors were encountered:
Version: 5.5.3
While configuring SSE-C I faced the following error
com.amazonaws.services.s3.model.AmazonS3Exception: Server Side Encryption with Customer provided key is incompatible with the encryption method specified
.After some investigation, it appears to reproduce the error described by mcsio in this post (5th message).
Here are some DEBUG logs I got:
Followed by
So I understand that
x-amz-server-side-encryption
andx-amz-server-side-encryption-customer-algorithm
cannot be set together on an AWS S3. I assume from #173 (comment) that Minio may have a different handling.The text was updated successfully, but these errors were encountered: