Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created January 15, 2014 12:44
Show Gist options
  • Select an option

  • Save peter-mcconnell/8435536 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/8435536 to your computer and use it in GitHub Desktop.
S3 open bucket policy
{
"Version": "2008-10-17",
"Id": "Policy1377015142632",
"Statement": [
{
"Sid": "Stmt1377015001378",
"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