Created
July 23, 2019 23:06
-
-
Save 100daysofdevops/b871f4e072890680f84a67634d6c84bd to your computer and use it in GitHub Desktop.
This file contains hidden or 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":"2008-10-17", | |
| "Id":"", | |
| "Statement":[ | |
| { | |
| "Sid":"Stmt123", | |
| "Effect":"Allow", | |
| "Principal":{ | |
| "AWS":"arn:aws:iam::source-bucket-owner-AWS-acct-ID:root" | |
| }, | |
| "Action":["s3:ReplicateObject", "s3:ReplicateDelete"], | |
| "Resource":"arn:aws:s3:::destination/*" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment