Skip to content

Instantly share code, notes, and snippets.

@adrianlzt
Created February 18, 2020 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianlzt/3873876d87da2b8a18f3d92d3d5e304d to your computer and use it in GitHub Desktop.
Save adrianlzt/3873876d87da2b8a18f3d92d3d5e304d to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": [
"*"
]
},
"Action": [
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::notifiers"
]
},
{
"Effect": "Allow",
"Principal": {
"AWS": [
"*"
]
},
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::notifiers/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment