Skip to content

Commit

Permalink
Cross-account replication fix (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wszychta authored Feb 8, 2021
1 parent 8fa399e commit 0cbf446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion replication.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ data "aws_iam_policy_document" "replication" {
"s3:ReplicateObject",
"s3:ReplicateDelete",
"s3:ReplicateTags",
"s3:GetObjectVersionTagging"
"s3:GetObjectVersionTagging",
"s3:ObjectOwnerOverrideToBucketOwner"
]

resources = ["${var.s3_replica_bucket_arn}/*"]
Expand Down

0 comments on commit 0cbf446

Please sign in to comment.