Skip to content

Instantly share code, notes, and snippets.

@thomascenni
Created December 24, 2020 22:18
Show Gist options
  • Save thomascenni/82d5d34839892c1ff7e08c0a6d8ed19b to your computer and use it in GitHub Desktop.
Save thomascenni/82d5d34839892c1ff7e08c0a6d8ed19b to your computer and use it in GitHub Desktop.
{
"Statement": [{
"Action": ["s3:GetBucketLocation", "s3:ListBucket"],
"Effect": "Allow",
"Principal": {
"AWS": ["*"]
},
"Resource": ["arn:aws:s3:::job-offers"]
}, {
"Action": ["s3:GetObject"],
"Effect": "Allow",
"Principal": {
"AWS": ["*"]
},
"Resource": ["arn:aws:s3:::job-offers/*"]
}],
"Version": "2012-10-17"
}
@holooloo
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment