Skip to content

Instantly share code, notes, and snippets.

@pictolearn
Created June 4, 2019 07:16
Show Gist options
  • Save pictolearn/a6c9ee4251681f057196fb0ef578bd2a to your computer and use it in GitHub Desktop.
Save pictolearn/a6c9ee4251681f057196fb0ef578bd2a to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "Policy1559630929660",
"Statement": [
{
"Sid": "Stmt1559630927924",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::<bucket-name>/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment