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
Setting the s3.metadata.default to include the encryption header doesn't work either. It seems like creating a new folder doesn't include the x-amz-server-side-encryption header.
The text was updated successfully, but these errors were encountered:
Steps to replicate:
Creating a new folder via the AWS CLI works:
aws s3api put-object --server-side-encryption AES256 --key test/ --bucket
Setting the s3.metadata.default to include the encryption header doesn't work either. It seems like creating a new folder doesn't include the x-amz-server-side-encryption header.
The text was updated successfully, but these errors were encountered: