-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/s3_bucket: read-only replication_configuration
argument
#22604
Conversation
1e894e8
to
6623846
Compare
ffeacc8
to
dfd36ba
Compare
44a00a8
to
5ac8e8c
Compare
4474ec6
to
fea726d
Compare
fea726d
to
936e091
Compare
111cfb9
to
84efbac
Compare
18688a6
to
322647c
Compare
a35637f
to
a14fa6a
Compare
a14fa6a
to
821cde3
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 good!
% make testacc TESTS=TestAccS3BucketReplicationConfiguration_ PKG=s3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20 -run='TestAccS3BucketReplicationConfiguration_' -timeout 180m
bucket_replication_configuration_test.go:700: skipping test: AWS Technical Support request required to allow ExistingObjectReplication
--- SKIP: TestAccS3BucketReplicationConfiguration_existingObjectReplication (0.00s)
--- PASS: TestAccS3BucketReplicationConfiguration_disappears (113.87s)
--- PASS: TestAccS3BucketReplicationConfiguration_schemaV2SameRegion (205.15s)
--- PASS: TestAccS3BucketReplicationConfiguration_replicationTimeControl (361.59s)
--- PASS: TestAccS3BucketReplicationConfiguration_replicaModifications (362.98s)
--- PASS: TestAccS3BucketReplicationConfiguration_filter_tagFilter (363.17s)
--- PASS: TestAccS3BucketReplicationConfiguration_twoDestination (363.63s)
--- PASS: TestAccS3BucketReplicationConfiguration_schemaV2DestinationMetrics (363.81s)
--- PASS: TestAccS3BucketReplicationConfiguration_withoutPrefix (363.90s)
--- PASS: TestAccS3BucketReplicationConfiguration_schemaV2 (364.29s)
--- PASS: TestAccS3BucketReplicationConfiguration_withoutStorageClass (364.31s)
--- PASS: TestAccS3BucketReplicationConfiguration_multipleDestinationsNonEmptyFilter (365.21s)
--- PASS: TestAccS3BucketReplicationConfiguration_multipleDestinationsEmptyFilter (365.94s)
--- PASS: TestAccS3BucketReplicationConfiguration_filter_andOperator (400.63s)
--- PASS: TestAccS3BucketReplicationConfiguration_configurationRuleDestinationAddAccessControlTranslation (404.55s)
--- PASS: TestAccS3BucketReplicationConfiguration_configurationRuleDestinationAccessControlTranslation (408.50s)
--- PASS: TestAccS3BucketReplicationConfiguration_basic (423.59s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/s3 426.406s
% make testacc TESTS=TestAccS3Bucket_ PKG=s3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20 -run='TestAccS3Bucket_' -timeout 180m
--- PASS: TestAccS3Bucket_Security_corsUpdate (53.90s)
--- PASS: TestAccS3Bucket_Security_corsDelete (73.85s)
--- PASS: TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled (78.54s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (87.11s)
--- PASS: TestAccS3Bucket_Basic_basic (88.40s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenAES256IsUsed (89.28s)
--- PASS: TestAccS3Bucket_Basic_generatedName (89.49s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenTypical (90.18s)
--- PASS: TestAccS3Bucket_Tags_basic (91.72s)
--- PASS: TestAccS3Bucket_Security_aclToGrant (109.30s)
--- PASS: TestAccS3Bucket_Security_grantToACL (125.60s)
--- PASS: TestAccS3Bucket_Basic_shouldFailNotFound (37.29s)
--- PASS: TestAccS3Bucket_Security_updateACL (125.91s)
--- PASS: TestAccS3Bucket_Manage_MfaDeleteDisabled (63.44s)
--- PASS: TestAccS3Bucket_Manage_versioningAndMfaDeleteDisabled (63.96s)
--- PASS: TestAccS3Bucket_Security_disableDefaultEncryptionWhenDefaultEncryptionIsEnabled (137.86s)
--- PASS: TestAccS3Bucket_Manage_versioningDisabled (59.54s)
--- PASS: TestAccS3Bucket_Basic_requestPayer (140.68s)
--- PASS: TestAccS3Bucket_Web_routingRules (140.89s)
--- PASS: TestAccS3Bucket_Basic_acceleration (141.13s)
--- PASS: TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes (52.68s)
--- PASS: TestAccS3Bucket_Basic_forceDestroy (52.13s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleAbortIncompleteMultipartUploadDaysNoExpiration (60.16s)
--- PASS: TestAccS3Bucket_Basic_keyEnabled (61.57s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleExpirationEmptyBlock (31.47s)
--- PASS: TestAccS3Bucket_Security_policy (171.29s)
--- PASS: TestAccS3Bucket_Web_redirect (171.69s)
--- PASS: TestAccS3Bucket_Web_simple (172.08s)
--- PASS: TestAccS3Bucket_Security_updateGrant (172.54s)
--- PASS: TestAccS3Bucket_Basic_emptyString (35.66s)
--- PASS: TestAccS3Bucket_Manage_versioning (92.88s)
--- PASS: TestAccS3Bucket_Security_corsEmptyOrigin (42.79s)
--- PASS: TestAccS3Bucket_Manage_objectLock (77.40s)
--- PASS: TestAccS3Bucket_Security_logging (46.06s)
--- PASS: TestAccS3Bucket_Tags_ignoreTags (62.75s)
--- PASS: TestAccS3Bucket_Manage_lifecycleExpireMarkerOnly (62.79s)
--- PASS: TestAccS3Bucket_Manage_lifecycleBasic (84.97s)
--- PASS: TestAccS3Bucket_Tags_withNoSystemTags (112.25s)
--- PASS: TestAccS3Bucket_Tags_withSystemTags (157.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/s3 286.155s
244b425
to
19e6737
Compare
4699aed
to
b29908a
Compare
b29908a
to
2494a8d
Compare
Output of acceptance tests after update:
|
aa9d623
to
b582a8f
Compare
b582a8f
to
2b82923
Compare
566113b
to
9879354
Compare
9879354
to
baec1e1
Compare
This functionality has been released in v4.0.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates #4418
Relates #20433
Output from acceptance testing: