Skip to content

Instantly share code, notes, and snippets.

@iamsaso
Last active September 25, 2018 14:56
Show Gist options
  • Save iamsaso/519c05f659592616fd6d15e9723a796f to your computer and use it in GitHub Desktop.
Save iamsaso/519c05f659592616fd6d15e9723a796f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DelegateS3AccessForMigration",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::000000000000:root"
},
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::saso-test-1/*",
"arn:aws:s3:::saso-test-1"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment