Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created February 26, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dompascal/9233342 to your computer and use it in GitHub Desktop.
Save dompascal/9233342 to your computer and use it in GitHub Desktop.
AWS - S3 Read all bucket policy

{ "Version": "2008-10-17", "Statement": [ { "Sid": "AllowPublicRead", "Effect": "Allow", "Principal": { "AWS": "" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucket-name-here/" } ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment