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

Starting in September 2020, AWS supports the creation of S3 storage buckets that do not support ACLs.This means that you cannot specify ACL parameters (such as public-read) when uploading files. #85

Open
ArkiLovesProgramming opened this issue Feb 20, 2024 · 0 comments

Comments

@ArkiLovesProgramming
Copy link

if I add "--acl public-read", I will get the error "An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs".

But If I don't add "--acl public-read", It works out.

So hopefully, either take a look at it in code or modify README.md to remind users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant