Skip to content

Instantly share code, notes, and snippets.

@juliosmelo
Created April 25, 2017 13:54
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 juliosmelo/58c516b9e2548ec4b9be2829dd755067 to your computer and use it in GitHub Desktop.
Save juliosmelo/58c516b9e2548ec4b9be2829dd755067 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "ARN"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment