Skip to content

Instantly share code, notes, and snippets.

@MasonM
Created July 7, 2018 19:54
Show Gist options
  • Save MasonM/1e5fbed405dc00cdece4351263bdc038 to your computer and use it in GitHub Desktop.
Save MasonM/1e5fbed405dc00cdece4351263bdc038 to your computer and use it in GitHub Desktop.
A Cloud guru missing resource
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment