flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Why does S3.bucket method need "s3:ListAllMyBuckets" permission? #148

Open KidkArolis opened 11 years ago

KidkArolis commented 11 years ago

i.e. http://blog.embbox.com/2011/07/access-denied-to-s3-bucket-using.html

Without that permission the method still works, but throws 403 Access Denied errors in the logs.

This happens when you have access to a particular bucket only (like arn:aws:s3:::Bucket_A in the blogpost above)