Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "myproject",
  6. "Effect": "Allow",
  7. "Action": [
  8. "s3:*"
  9. ],
  10. "Resource": [
  11. "arn:aws:s3:::myproject-production",
  12. "arn:aws:s3:::myproject-production/*"
  13. ]
  14. }
  15. ]
  16. }
Add Comment
Please, Sign In to add comment