-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete s3 object with custom sse encryption #2494
Comments
Can you add |
Sorry, sure, here it is. I replaced original bucket name with some foo name in logs. Thank you! |
Note: now I am using s3api delete-object as a workaround |
I am having the exact same issue. |
Interesting, can yuo give the working debug logs for |
I had a same issue, too ! and I could avoid it as follows.
Best Regards. |
Hi @stealthycoin |
Yep so this definitely looks like a bug to me. |
When using command
aws --profile some_profile s3 cp /some_file s3://bucket/some_file --sse-c AES256 --sse-c-key XXX
file is successfully uploaded to server. Also copy back from bucket to local server works.But this command
aws --profile some_profile s3 rm s3://bucket/some_file
returnsSame object uploaded without sse-c can be deleted normally.
The text was updated successfully, but these errors were encountered: