Created
March 24, 2016 06:32
-
-
Save mizucopo/c8df1d313c98b7a5c77d to your computer and use it in GitHub Desktop.
S3 Slack : s-resources-cf.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListBucket", | |
"s3:ListAllMyBuckets", | |
"s3:GetObject" | |
], | |
"Resource": "arn:aws:s3:::*" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment