We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug PutBucketAcl action returns NotImplemented error.
An error occurred (NotImplemented) when calling the PutBucketAcl operation: A header you provided implies functionality that is not implemented
To Reproduce
aws --endpoint-url http://localhost:7071 s3api put-bucket-acl --bucket my-bucket --access-control-policy file://acl.json // localhost:7071 is proxy endpoint
acl.json
{ "Owner": { "ID": "a" } }
Expected behavior It has to successfully set the bucket ACL.
The text was updated successfully, but these errors were encountered:
fix: Closes #323, fixed s3 proxy single user PutBucketAcl issue
4eaa6b3
056c905
No branches or pull requests
Describe the bug
PutBucketAcl action returns NotImplemented error.
To Reproduce
acl.json
Expected behavior
It has to successfully set the bucket ACL.
The text was updated successfully, but these errors were encountered: