Skip to content

Instantly share code, notes, and snippets.

@apetresc
Created March 27, 2013 23:39
Show Gist options
  • Select an option

  • Save apetresc/5259163 to your computer and use it in GitHub Desktop.

Select an option

Save apetresc/5259163 to your computer and use it in GitHub Desktop.
S3 Policy for globally-readable bucket
{
"Id": "Policy1364427563049",
"Statement": [
{
"Sid": "Stmt1364427558097",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::*",
"Principal": {
"AWS": [
"*"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment