Skip to content

Instantly share code, notes, and snippets.

@libert-xyz
Created November 20, 2017 02:44
Show Gist options
  • Select an option

  • Save libert-xyz/4569f30bb8ba47ea4fcaf8f2b7a09364 to your computer and use it in GitHub Desktop.

Select an option

Save libert-xyz/4569f30bb8ba47ea4fcaf8f2b7a09364 to your computer and use it in GitHub Desktop.
grant access to every object in the bucket example
{
"Id": "Policy1397632521960",
"Statement": [
{
"Sid": "Stmt1397633323327",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::example/*",
"Principal": {
"AWS": [
"*"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment