Skip to content

Instantly share code, notes, and snippets.

@bmann
Created February 19, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmann/fb47baf90dfc276844d1941f30d45711 to your computer and use it in GitHub Desktop.
Save bmann/fb47baf90dfc276844d1941f30d45711 to your computer and use it in GitHub Desktop.
S3 Policy for public access
{
"Version": "2012-10-17",
"Id": "Policy1487529353244",
"Statement": [
{
"Sid": "Stmt1487529351090",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::images.example.com/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment