Skip to content

Instantly share code, notes, and snippets.

@michitomo
Created October 15, 2015 15:45
Show Gist options
  • Save michitomo/cc995f1c28c20f987a6a to your computer and use it in GitHub Desktop.
Save michitomo/cc995f1c28c20f987a6a to your computer and use it in GitHub Desktop.
S3 Console access and get/list
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListAllMyBuckets"
],
"Resource": "arn:aws:s3:::*"
},
{
"Sid": "Stmt1444917790000",
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": [
"arn:aws:s3:::michitomo-file-for-you",
"arn:aws:s3:::michitomo-file-for-you/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment