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
AWS S3 does not accept the SSE-S3 header for GET requests. If the S3 server receives such requests
it should fail with: x-amz-server-side-encryption header is not supported for this operation.
A test should be added to ensure that the server rejects GET requests with SSE-S3 headers.
See also minio/minio-go#964
The text was updated successfully, but these errors were encountered:
AWS S3 does not accept the SSE-S3 header for GET requests. If the S3 server receives such requests
it should fail with:
x-amz-server-side-encryption header is not supported for this operation.
A test should be added to ensure that the server rejects GET requests with SSE-S3 headers.
See also minio/minio-go#964
The text was updated successfully, but these errors were encountered: