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 tests is failing #52

Open
fedoseiev opened this issue Nov 8, 2019 · 3 comments
Open

s3 tests is failing #52

fedoseiev opened this issue Nov 8, 2019 · 3 comments

Comments

@fedoseiev
Copy link

Nothing works
failing with s3 response error AccessDenied: Access Denied

@boutell
Copy link
Member

boutell commented Nov 8, 2019 via email

@fedoseiev
Copy link
Author

So I had found a reason why it wasn't working.
I've made uploads using aws-sdk and it has succeeded.
Then by traveling in uploadfs code I've found the difference: ACL: 'public-read'(you have) and indeed s3 is blocking my requests because of this.

solution: allowing "s3:PutObjectAcl" action in bucket policy
My bucket is fully open to public, but without this setting - it won't work.
(sorry for bothering)

@boutell
Copy link
Member

boutell commented Nov 8, 2019 via email

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

2 participants