Skip to content

Instantly share code, notes, and snippets.

@MitchyBAwesome
Created October 29, 2019 00:08
Show Gist options
  • Save MitchyBAwesome/9217fc4a6de2c457758a9953d9602861 to your computer and use it in GitHub Desktop.
Save MitchyBAwesome/9217fc4a6de2c457758a9953d9602861 to your computer and use it in GitHub Desktop.
policy_for_listing_buckets_and_objects
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"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