Last active
May 16, 2016 14:37
Revisions
-
joelparker revised this gist
Nov 18, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ "s3:PutLifecycleConfiguration" ], "Resource": [ "arn:aws:s3:::ARQ-BUCKET-NAME" ] }, { @@ -21,7 +21,7 @@ "s3:*" ], "Resource": [ "arn:aws:s3:::ARQ-BUCKET-NAME/*" ] } ] -
joelparker created this gist
Nov 18, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1416260474000", "Effect": "Allow", "Action": [ "s3:CreateBucket", "s3:GetLifecycleConfiguration", "s3:ListBucket", "s3:PutLifecycleConfiguration" ], "Resource": [ "arn:aws:s3:::BUCKET-NAME" ] }, { "Sid": "Stmt1416260680000", "Effect": "Allow", "Action": [ "s3:*" ], "Resource": [ "arn:aws:s3:::BUCKET-NAME/*" ] } ] }