-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
r/aws_s3_bucket: Document and test replication to multiple destinations #16677
r/aws_s3_bucket: Document and test replication to multiple destinations #16677
Conversation
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSS3Bucket_Replication_MultipleDestinations_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSS3Bucket_Replication_MultipleDestinations_ -timeout 120m === RUN TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter === PAUSE TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter === RUN TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter === PAUSE TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter === CONT TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter === CONT TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter --- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter (39.33s) --- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter (40.35s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 40.541s
…tiple destination buckets.
c7c4eb4
to
cb8cccf
Compare
b0a6902
to
52d6b7e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 🎉
GovCloud:
--- SKIP: TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter (15.05s)
--- SKIP: TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter (15.36s)
--- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_TwoDestination (38.18s)
us-west-2
:
--- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_EmptyFilter (33.92s)
--- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_NonEmptyFilter (34.39s)
--- PASS: TestAccAWSS3Bucket_Replication_MultipleDestinations_TwoDestination (34.49s)
This has been released in version 3.28.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Community Note
Closes #16546.
Output from acceptance testing: