Skip to content

Instantly share code, notes, and snippets.

@ifdattic
Created June 13, 2016 04:35
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 ifdattic/524e59c55fe9977a754ee0f628baa179 to your computer and use it in GitHub Desktop.
Save ifdattic/524e59c55fe9977a754ee0f628baa179 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1464945805848",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::bucket-name/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment