Skip to content

Instantly share code, notes, and snippets.

@Parthmonga
Last active November 3, 2015 00:24
Show Gist options
  • Save Parthmonga/01da95e95c2235ba930f to your computer and use it in GitHub Desktop.
Save Parthmonga/01da95e95c2235ba930f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"s3:ListAllMyBuckets",
"s3:GetBucketLocation",
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::examplebucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment