Skip to content

Instantly share code, notes, and snippets.

@teknogeek0
Created January 29, 2015 18:05
Show Gist options
  • Select an option

  • Save teknogeek0/38b147ddfb95abdc8aaf to your computer and use it in GitHub Desktop.

Select an option

Save teknogeek0/38b147ddfb95abdc8aaf to your computer and use it in GitHub Desktop.

Revisions

  1. teknogeek0 created this gist Jan 29, 2015.
    14 changes: 14 additions & 0 deletions travisci_iam_example
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    {
    "Statement": [
    {
    "Sid": "Stmt1422554467931",
    "Action": [
    "s3:PutObject",
    "s3:PutObjectAcl"
    ],
    "Effect": "Allow",
    "Resource": "arn:aws:s3:::mybucket/somepath/*",
    "Resource": "arn:aws:s3:::mybucket/somepath/"
    }
    ]
    }