Skip to content

Instantly share code, notes, and snippets.

@chansuke
Created October 30, 2017 00:59
Show Gist options
  • Save chansuke/ce1ebf8097e1dc96c9aab616741b2152 to your computer and use it in GitHub Desktop.
Save chansuke/ce1ebf8097e1dc96c9aab616741b2152 to your computer and use it in GitHub Desktop.
{
"Id": "Policy1509325053683",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Allow Public Access to All Objects",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::hoge-production/*",
"Principal": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment