Skip to content

Instantly share code, notes, and snippets.

@mathie
Created May 4, 2016 16:43
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 mathie/d9ff9e3980368f49eddc83cbfb1ab29b to your computer and use it in GitHub Desktop.
Save mathie/d9ff9e3980368f49eddc83cbfb1ab29b to your computer and use it in GitHub Desktop.
Default policy for the-internet.io bucket.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AddPerm",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::the-internet.io/*”
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment