Created
February 17, 2019 21:14
-
-
Save jetstreamin/f6c216af7199cb67909e8912bb97db78 to your computer and use it in GitHub Desktop.
all public s3 bucket
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
{ | |
"Id": "XXX", | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "XXX", | |
"Action": [ | |
"s3:GetObject" | |
], | |
"Effect": "Allow", | |
"Resource": "arn:aws:s3:::XXX-demo/*", | |
"Principal": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment