Skip to content

Instantly share code, notes, and snippets.

@alex-samborskiy
Created April 30, 2019 20:53
Show Gist options
  • Select an option

  • Save alex-samborskiy/2379118ffe7ad826d6b18ae14f6a21ed to your computer and use it in GitHub Desktop.

Select an option

Save alex-samborskiy/2379118ffe7ad826d6b18ae14f6a21ed to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPublicReadAccess",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::example-bucket/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment