-
-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
bc6d0fa created the issue
Steps to replicate:
- Create a new bucket and apply the bucket policy from this page: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
- Connect using Cyberduck and enable server side encryption in the preferences.
- Try to upload a normal file and it should work.
- Create a new folder and it would fail.
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.
Metadata
Metadata
Assignees
Labels
s3AWS S3 Protocol ImplementationAWS S3 Protocol Implementation