Skip to content

Instantly share code, notes, and snippets.

@ikuradon
Created August 28, 2018 10:48
Show Gist options
  • Save ikuradon/e8ea100e803aaf11f1725ddd013f6e14 to your computer and use it in GitHub Desktop.
Save ikuradon/e8ea100e803aaf11f1725ddd013f6e14 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",
"Action": "*",
"Resource": [
"arn:aws:s3:::${aws:username}",
"arn:aws:s3:::${aws:username}/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment