Skip to content

Instantly share code, notes, and snippets.

@ronbeltran
Created May 29, 2018 11:11
Show Gist options
  • Save ronbeltran/63fa3b80ec45322e615c5b6cc5e5f0d1 to your computer and use it in GitHub Desktop.
Save ronbeltran/63fa3b80ec45322e615c5b6cc5e5f0d1 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::mybucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment