Skip to content

Instantly share code, notes, and snippets.

@hernanhrm
Created July 16, 2022 02:05
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 hernanhrm/80abb52054bf99d329eed3f4f2783107 to your computer and use it in GitHub Desktop.
Save hernanhrm/80abb52054bf99d329eed3f4f2783107 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::hrmtest/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment