Skip to content

Instantly share code, notes, and snippets.

@gak
Forked from cloudjunky/gist:5001040
Created February 21, 2013 00:54
Show Gist options
  • Save gak/5001043 to your computer and use it in GitHub Desktop.
Save gak/5001043 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Id": "Policy1361081479235",
"Statement": [
{
"Sid": "Stmt1361081441897",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::772560792726:user/packetloop-s3"
},
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::<<INSERT BUCKET NAME>>"
},
{
"Sid": "Stmt1361081477939",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::772560792726:user/packetloop-s3"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::<<INSERT BUCKET NAME>>/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment