Skip to content

Instantly share code, notes, and snippets.

View twistedpair's full-sized avatar
🔮

Joe Lust twistedpair

🔮
View GitHub Profile
@ncherro
ncherro / gist:0c185b77348908dd02d1
Created October 2, 2014 03:07
S3 bucket policy for asset sync
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:ListAllMyBuckets"],
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",