Last active
October 5, 2018 18:16
-
-
Save jedsundwall/a5d07ae3971fb172cf923d8de4625536 to your computer and use it in GitHub Desktop.
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
{ | |
"Version": "2012-10-17", | |
"Id": "BUCKET_NAME-pds-policy", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Principal": "*", | |
"Action": [ | |
"s3:List*", | |
"s3:Get*" | |
], | |
"Resource": [ | |
"arn:aws:s3:::{BUCKET_NAME}/*", | |
"arn:aws:s3:::{BUCKET_NAME}" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment