Skip to content

Instantly share code, notes, and snippets.

@iamsaso
Created May 31, 2017 01:38
Show Gist options
  • Select an option

  • Save iamsaso/f1f1f3be5ec8e7e9026f752187882189 to your computer and use it in GitHub Desktop.

Select an option

Save iamsaso/f1f1f3be5ec8e7e9026f752187882189 to your computer and use it in GitHub Desktop.

Revisions

  1. @Sasso Sasso created this gist May 31, 2017.
    21 changes: 21 additions & 0 deletions DelegateS3AccessForMigration
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Action": [
    "s3:*"
    ],
    "Resource": [
    "arn:aws:s3:::saso-test-1/*",
    "arn:aws:s3:::saso-test-1",
    "arn:aws:s3:::us-east-1-saso-test-1/*",
    "arn:aws:s3:::us-east-1-saso-test-1",
    "arn:aws:s3:::saso-test-2/*",
    "arn:aws:s3:::saso-test-2",
    "arn:aws:s3:::us-east-1-saso-test-2/*",
    "arn:aws:s3:::us-east-1-saso-test-2",
    ]
    }
    ]
    }