Skip to content

Instantly share code, notes, and snippets.

@jedsundwall
Last active October 5, 2018 18:16
Show Gist options
  • Save jedsundwall/a5d07ae3971fb172cf923d8de4625536 to your computer and use it in GitHub Desktop.
Save jedsundwall/a5d07ae3971fb172cf923d8de4625536 to your computer and use it in GitHub Desktop.
{
"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