Skip to content

Instantly share code, notes, and snippets.

@LoicMahieu
Created April 22, 2014 15:17
Show Gist options
  • Save LoicMahieu/11183254 to your computer and use it in GitHub Desktop.
Save LoicMahieu/11183254 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1397825720000",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::igloo-s3-test"
]
}
]
}
@sebsto
Copy link

sebsto commented Apr 22, 2014

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "Stmt1397825720000",
      "Effect": "Allow",
      "Action": [
        "s3:*"
      ],
      "Resource": [
        "arn:aws:s3:::igloo-s3-test", "arn:aws:s3:::igloo-s3-test/*"
      ]
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment