Created
May 18, 2020 18:29
-
-
Save kalinon/4fb15c49b152c1ee441ddd88f47167d1 to your computer and use it in GitHub Desktop.
medium-335312a6349a-01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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