Skip to content

Instantly share code, notes, and snippets.

@ngstigator
Created June 1, 2017 03:56
Show Gist options
  • Save ngstigator/2692b0cd01ef31813e4cafe9249a2390 to your computer and use it in GitHub Desktop.
Save ngstigator/2692b0cd01ef31813e4cafe9249a2390 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment