Skip to content

Instantly share code, notes, and snippets.

@Algomancer
Created March 23, 2016 16:05
Show Gist options
  • Save Algomancer/a7941a4a95ff853a21e9 to your computer and use it in GitHub Desktop.
Save Algomancer/a7941a4a95ff853a21e9 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::YOUR_S3_BUCKET_NAME/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment