Skip to content
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

S3 Proxy PutBucketAcl not implemented #323

Closed
jonaustin09 opened this issue Dec 1, 2023 · 0 comments
Closed

S3 Proxy PutBucketAcl not implemented #323

jonaustin09 opened this issue Dec 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jonaustin09
Copy link
Contributor

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.

@jonaustin09 jonaustin09 added the bug Something isn't working label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant