Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created July 23, 2019 23:06
Show Gist options
  • Select an option

  • Save 100daysofdevops/b871f4e072890680f84a67634d6c84bd to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/b871f4e072890680f84a67634d6c84bd to your computer and use it in GitHub Desktop.
{
"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