Skip to content

Instantly share code, notes, and snippets.

@kalinon
Created May 18, 2020 18:29
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 kalinon/4fb15c49b152c1ee441ddd88f47167d1 to your computer and use it in GitHub Desktop.
Save kalinon/4fb15c49b152c1ee441ddd88f47167d1 to your computer and use it in GitHub Desktop.
medium-335312a6349a-01
{
"Version": "2012-10-17",
"Statement": [{
"Action": [
"admin:*"
],
"Resource": [
"arn:aws:s3:::vault",
"arn:aws:s3:::vault/*"
],
"Effect": "Allow",
"Sid": ""
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::vault",
"arn:aws:s3:::vault/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment