Skip to content

Instantly share code, notes, and snippets.

@fulopdaniel
Created September 6, 2018 12:27
Show Gist options
  • Save fulopdaniel/2eb628e92e671f603e1a67f1bc137f4f to your computer and use it in GitHub Desktop.
Save fulopdaniel/2eb628e92e671f603e1a67f1bc137f4f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "Policy1532447175542",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:putObject",
"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