Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "S3PostgreSQLWALeBackups",
  6. "Action": [
  7. "s3:AbortMultipartUpload",
  8. "s3:DeleteObject",
  9. "s3:DeleteObjectVersion",
  10. "s3:GetObject",
  11. "s3:GetObjectAcl",
  12. "s3:GetObjectTagging",
  13. "s3:GetObjectVersion",
  14. "s3:GetObjectVersionAcl",
  15. "s3:GetObjectVersionTagging",
  16. "s3:PutObject",
  17. "s3:PutObjectAcl",
  18. "s3:PutObjectTagging",
  19. "s3:PutObjectVersionAcl",
  20. "s3:PutObjectVersionTagging"
  21. ],
  22. "Effect": "Allow",
  23. "Resource": "arn:aws:s3:::<S3 BUCKET NAME>/*",
  24. "Principal": {
  25. "AWS": [
  26. "arn:aws:iam::<IAM USERS ID>:user/<IAM USER>"
  27. ]
  28. }
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement