Skip to content

Instantly share code, notes, and snippets.

@teknogeek0
Created January 29, 2015 18:05
Show Gist options
  • Save teknogeek0/38b147ddfb95abdc8aaf to your computer and use it in GitHub Desktop.
Save teknogeek0/38b147ddfb95abdc8aaf to your computer and use it in GitHub Desktop.
travisci IAM example
{
"Statement": [
{
"Sid": "Stmt1422554467931",
"Action": [
"s3:PutObject",
"s3:PutObjectAcl"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::mybucket/somepath/*",
"Resource": "arn:aws:s3:::mybucket/somepath/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment