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

Switch to best-effort for setting bucket ACL #65

Closed
virtosubogdan opened this issue Mar 9, 2016 · 1 comment
Closed

Switch to best-effort for setting bucket ACL #65

virtosubogdan opened this issue Mar 9, 2016 · 1 comment

Comments

@virtosubogdan
Copy link
Contributor

The credentials used for static file collection may lack the rights to do the operation: s3.put_bucket_acl(Bucket=bucket_name, ACL='public-read'
This happens when credentials are created with minimum required rights and bucket setting ACL does not seem to be required. For each static file uploaded, the public policy is also set and that should be enough.

I have read #16 and #24.
This issue is related, but at least to me, seems different.

I propose that this operation is treated as a best-effort to set it (ignoring fails caused by insufficient rights) or a setting is added for this purpose.

@Fuyukai
Copy link
Collaborator

Fuyukai commented Mar 25, 2016

Closed with #66

@Fuyukai Fuyukai closed this as completed Mar 25, 2016
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