Skip to content

Instantly share code, notes, and snippets.

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 xavierdavidgarcia/3baca1f93e93d9474de05465bbfcd221 to your computer and use it in GitHub Desktop.
Save xavierdavidgarcia/3baca1f93e93d9474de05465bbfcd221 to your computer and use it in GitHub Desktop.
OneKloud - S3 Read Only
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment