Skip to content

Instantly share code, notes, and snippets.

@danielVargas
Created August 8, 2022 23:12
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 danielVargas/83415b8a103247449ae54e46bd479130 to your computer and use it in GitHub Desktop.
Save danielVargas/83415b8a103247449ae54e46bd479130 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "StatementGarageReactDeploy",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::nombre_del_bucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment