Skip to content

Instantly share code, notes, and snippets.

@jetstreamin
Created February 17, 2019 21:14
Show Gist options
  • Save jetstreamin/f6c216af7199cb67909e8912bb97db78 to your computer and use it in GitHub Desktop.
Save jetstreamin/f6c216af7199cb67909e8912bb97db78 to your computer and use it in GitHub Desktop.
all public s3 bucket
{
"Id": "XXX",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "XXX",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::XXX-demo/*",
"Principal": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment