Skip to content

Instantly share code, notes, and snippets.

@Grendel7
Created April 23, 2018 17:01
Show Gist options
  • Save Grendel7/c9073e5d3d7c70549b7078bbc9a309d8 to your computer and use it in GitHub Desktop.
Save Grendel7/c9073e5d3d7c70549b7078bbc9a309d8 to your computer and use it in GitHub Desktop.
{
"Version":"2008-10-17",
"Statement":[{
"Sid":"AddPerm",
"Effect":"Allow",
"Principal": {
"AWS": "*"
},
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::example.com/*"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment