Skip to content

Instantly share code, notes, and snippets.

@marcelbeumer
Created October 23, 2015 13:07
Show Gist options
  • Save marcelbeumer/05822188252f2ff47b15 to your computer and use it in GitHub Desktop.
Save marcelbeumer/05822188252f2ff47b15 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::4ormat-knowledge-base",
"arn:aws:s3:::4ormat-knowledge-base/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment