Skip to content

Instantly share code, notes, and snippets.

@bbbcube
Last active July 25, 2018 10:43
Show Gist options
  • Save bbbcube/9eeac421e444196694d5e35b0bb894e5 to your computer and use it in GitHub Desktop.
Save bbbcube/9eeac421e444196694d5e35b0bb894e5 to your computer and use it in GitHub Desktop.
{
"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