Skip to content

Instantly share code, notes, and snippets.

@arbabnazar
Last active April 9, 2019 20:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arbabnazar/cf2e5c7395112933ad8888d786895529 to your computer and use it in GitHub Desktop.
Save arbabnazar/cf2e5c7395112933ad8888d786895529 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::tendo-github-key-s3"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::tendo-github-key-s3/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment