-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 Cross-Account Cross-Region Replication with KMS #3575
Comments
+1 |
1 similar comment
+1 |
...due to a feature currently missing in the Terraform AWS provider, there is a manual step required to properly set ownership on replicated objects so that the destination account can access them. See README and hashicorp/terraform-provider-aws#3575
@cornfeedhobo #2625 gets cross region replication, but not the cross account replication (due to missing AccessControlTranslation (see #3577) |
Huge shout out to @jrstarke and @ewbankkit! This functionality has been merged and will be released in version 1.40.0 of the AWS provider, likely later today. 🚀 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi there,
PR #2625, added support for Cross-Region Replication, but missed the
Account
andAccessControlTranslation
attributes on the rules destination (https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#Destination). As such, when you replicate objects a bucket in a second account, by default they are inaccessible to that account, unless the objects ACL specifically granted access to the account before replication.The text was updated successfully, but these errors were encountered: