Skip to content

Instantly share code, notes, and snippets.

@aklinkert
Created November 13, 2016 22:07
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 aklinkert/7e1cb9febbfb8cdd348caee8e15e0bbb to your computer and use it in GitHub Desktop.
Save aklinkert/7e1cb9febbfb8cdd348caee8e15e0bbb to your computer and use it in GitHub Desktop.
s3_public
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Allow Public Access to All Objects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::bucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment