Skip to content

Instantly share code, notes, and snippets.

@azarboon
Created July 14, 2019 20:12
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 azarboon/2bd2fa82a90948b9f1a48c539f7e73ba to your computer and use it in GitHub Desktop.
Save azarboon/2bd2fa82a90948b9f1a48c539f7e73ba to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::your-bucket/*"
],
"Action": [
"s3:PutObject"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment