Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": “ListaEBaixaObjetos”,
      "Action": [
        "s3:GetObject",
        "s3:PutObject",
        "s3:ListObject"
      ],
      "Effect": "Allow",
      "Resource": [
        "arn:aws:s3:::bucket-exemplo”,
        "arn:aws:s3:::bucket-exemplo/*”
      ]
    }
  ]
}

...