Advertisement
Guest User

S3 Non-Prod policy for replicating from S3 Prod to S3 Nonpro

a guest
Jan 24th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "Version": "2008-10-17",
  3. "Id": "S3-Console-Replication-Policy",
  4. "Statement": [
  5. {
  6. "Sid": "S3ReplicationPolicyStmt1",
  7. "Effect": "Allow",
  8. "Principal": {
  9. "AWS": "arn:aws:iam::836583226362:root"
  10. },
  11. "Action": [
  12. "s3:GetBucketVersioning",
  13. "s3:PutBucketVersioning",
  14. "s3:ReplicateObject",
  15. "s3:ReplicateDelete"
  16. ],
  17. "Resource": [
  18. "arn:aws:s3:::gn-mwks-nonprod-imports-data",
  19. "arn:aws:s3:::gn-mwks-nonprod-imports-data/*"
  20. ]
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement