Skip to content

Instantly share code, notes, and snippets.

@MitchyBAwesome
Created October 29, 2019 00:14
Show Gist options
  • Save MitchyBAwesome/ce79840929008d4588ea898c109a8be0 to your computer and use it in GitHub Desktop.
Save MitchyBAwesome/ce79840929008d4588ea898c109a8be0 to your computer and use it in GitHub Desktop.
policy_that_allows_list_but_also_download
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:ListAllMyBuckets",
"s3:ListBucket",
"s3:HeadBucket"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment