Created
November 20, 2017 02:44
-
-
Save libert-xyz/4569f30bb8ba47ea4fcaf8f2b7a09364 to your computer and use it in GitHub Desktop.
grant access to every object in the bucket example
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": "Policy1397632521960", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1397633323327", | |
| "Action": [ | |
| "s3:GetObject" | |
| ], | |
| "Effect": "Allow", | |
| "Resource": "arn:aws:s3:::example/*", | |
| "Principal": { | |
| "AWS": [ | |
| "*" | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment