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

Document needed permissions in Amazon S3 #12

Open
rarylson opened this issue Feb 10, 2014 · 0 comments
Open

Document needed permissions in Amazon S3 #12

rarylson opened this issue Feb 10, 2014 · 0 comments

Comments

@rarylson
Copy link

I was testing this plugin and the upload funcion doesn't worked.

So, I saw that the app had logged an error saying that some permissions was missing (permission denied error).

Inspecting the source code, I saw that CDN Sync Tool needs the PutObjectAcl permission (in my case, this permission was't really needed, because I was using a public bucket).

My suggestion is adding this example to the documentation:

This plugin needs the following permission to add and sync content in Amazon S3: s3:GetObject, s3:PutObject, s3:DeleteObject, and s3:PutObjectAcl (to the used bucket), and s3:ListAllMyBuckets.

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