Skip to content

Instantly share code, notes, and snippets.

@mdagent
Created October 16, 2015 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdagent/d77b771dcedc7e87c0e9 to your computer and use it in GitHub Desktop.
Save mdagent/d77b771dcedc7e87c0e9 to your computer and use it in GitHub Desktop.
Amazon AWS - IAM User - Full Access to S3
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment