You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
Hello. I can't find any documentation describing the required permissions that I have to grant on my bucket.
Going "s3:*" is not the best choice overall.
The text was updated successfully, but these errors were encountered:
dsaita
changed the title
Permissions required are unclear.
Required permissions are unclear.
May 18, 2016
Second this - I have been trying to expose an S3 maven bucket in read-only mode via an IAM account using ListBucket and GetObject as described on the readme page, but found it was not working and I kept hitting AccessDenied errors.
After debugging the plugin I realised it was failing on line 86 of SimpleStorageServiceWagon, when making a call to getBucketLocation. When I added the s3:GetBucketLocation permission to the statement in the user's policy, sure enough it started working.
Hello. I can't find any documentation describing the required permissions that I have to grant on my bucket.
Going "s3:*" is not the best choice overall.
The text was updated successfully, but these errors were encountered: