Skip to content

Instantly share code, notes, and snippets.

@law
Created February 18, 2015 21:38
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 law/858c55d43f8241a0719c to your computer and use it in GitHub Desktop.
Save law/858c55d43f8241a0719c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::mycorp-logs/",
"arn:aws:s3:::mycorp-logs/*",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment