Skip to content

Instantly share code, notes, and snippets.

@evaristorivi
Created May 15, 2019 18:38
Show Gist options
  • Select an option

  • Save evaristorivi/9fb237721ad7ef617a5548dbd5f626e0 to your computer and use it in GitHub Desktop.

Select an option

Save evaristorivi/9fb237721ad7ef617a5548dbd5f626e0 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject"
],
"Resource": "<ARN bucket S3>/*"
}
]
}
################################
# Cambiar ARN bucket S3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment