Skip to content

Instantly share code, notes, and snippets.

@kgorskowski
Created March 30, 2015 13: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 kgorskowski/5f2864adefff6c8b4142 to your computer and use it in GitHub Desktop.
Save kgorskowski/5f2864adefff6c8b4142 to your computer and use it in GitHub Desktop.
aws s3 readonly
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": [
"arn:aws:s3:::BUCKET",
"arn:aws:s3:::BUCKET/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment