Skip to content
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/aws_s3_bucket_website_configuration et al.: Migrate to AWS SDK for Go v2 #33537

Merged
merged 39 commits into from
Sep 22, 2023

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d2bee03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe1166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962b228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607a907 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketWebsiteConfiguration_' PKG=s3 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2  -run=TestAccS3BucketWebsiteConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketWebsiteConfiguration_basic
    === PAUSE TestAccS3BucketWebsiteConfiguration_basic
    === RUN   TestAccS3BucketWebsiteConfiguration_disappears
    === PAUSE TestAccS3BucketWebsiteConfiguration_disappears
    === RUN   TestAccS3BucketWebsiteConfiguration_update
    === PAUSE TestAccS3BucketWebsiteConfiguration_update
    === RUN   TestAccS3BucketWebsiteConfiguration_Redirect
    === PAUSE TestAccS3BucketWebsiteConfiguration_Redirect
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRule_ConditionAndRedirect
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRule_ConditionAndRedirect
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRule_MultipleRules
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRule_MultipleRules
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRule_RedirectOnly
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRule_RedirectOnly
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirectWithEmptyString
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirectWithEmptyString
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRules_updateConditionAndRedirect
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRules_updateConditionAndRedirect
    === RUN   TestAccS3BucketWebsiteConfiguration_RoutingRuleToRoutingRules
    === PAUSE TestAccS3BucketWebsiteConfiguration_RoutingRuleToRoutingRules
    === RUN   TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentNoChange
    === PAUSE TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentNoChange
    === RUN   TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentWithChange
    === PAUSE TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentWithChange
    === RUN   TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleNoChange
    === PAUSE TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleNoChange
    === RUN   TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleWithChange
    === PAUSE TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleWithChange
    === CONT  TestAccS3BucketWebsiteConfiguration_basic
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirectWithEmptyString
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirectWithEmptyString (48.45s)
    === CONT  TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleWithChange
    --- PASS: TestAccS3BucketWebsiteConfiguration_basic (48.59s)
    === CONT  TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleNoChange
    --- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleNoChange (66.45s)
    === CONT  TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentWithChange
    --- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRuleWithChange (66.69s)
    === CONT  TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentNoChange
    --- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentNoChange (68.76s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRuleToRoutingRules
    --- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentWithChange (68.93s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRules_updateConditionAndRedirect
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRuleToRoutingRules (65.08s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRule_ConditionAndRedirect
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_updateConditionAndRedirect (68.58s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect (53.43s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRule_RedirectOnly
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRule_RedirectOnly (37.79s)
    === CONT  TestAccS3BucketWebsiteConfiguration_RoutingRule_MultipleRules
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRule_ConditionAndRedirect (119.56s)
    === CONT  TestAccS3BucketWebsiteConfiguration_update
    --- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRule_MultipleRules (72.55s)
    === CONT  TestAccS3BucketWebsiteConfiguration_Redirect
    --- PASS: TestAccS3BucketWebsiteConfiguration_update (69.62s)
    === CONT  TestAccS3BucketWebsiteConfiguration_disappears
    --- PASS: TestAccS3BucketWebsiteConfiguration_Redirect (47.71s)
    --- PASS: TestAccS3BucketWebsiteConfiguration_disappears (26.72s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	470.678s
    ewbankkit committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    569987f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15409a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed5ed50 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketObjectLockConfiguration_' PKG=s3 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2  -run=TestAccS3BucketObjectLockConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketObjectLockConfiguration_basic
    === PAUSE TestAccS3BucketObjectLockConfiguration_basic
    === RUN   TestAccS3BucketObjectLockConfiguration_disappears
    === PAUSE TestAccS3BucketObjectLockConfiguration_disappears
    === RUN   TestAccS3BucketObjectLockConfiguration_update
    === PAUSE TestAccS3BucketObjectLockConfiguration_update
    === RUN   TestAccS3BucketObjectLockConfiguration_migrate_noChange
    === PAUSE TestAccS3BucketObjectLockConfiguration_migrate_noChange
    === RUN   TestAccS3BucketObjectLockConfiguration_migrate_withChange
    === PAUSE TestAccS3BucketObjectLockConfiguration_migrate_withChange
    === RUN   TestAccS3BucketObjectLockConfiguration_noRule
    === PAUSE TestAccS3BucketObjectLockConfiguration_noRule
    === CONT  TestAccS3BucketObjectLockConfiguration_basic
    === CONT  TestAccS3BucketObjectLockConfiguration_migrate_noChange
    --- PASS: TestAccS3BucketObjectLockConfiguration_basic (51.06s)
    === CONT  TestAccS3BucketObjectLockConfiguration_noRule
    --- PASS: TestAccS3BucketObjectLockConfiguration_migrate_noChange (68.39s)
    === CONT  TestAccS3BucketObjectLockConfiguration_update
    --- PASS: TestAccS3BucketObjectLockConfiguration_noRule (46.01s)
    === CONT  TestAccS3BucketObjectLockConfiguration_migrate_withChange
    --- PASS: TestAccS3BucketObjectLockConfiguration_update (70.60s)
    === CONT  TestAccS3BucketObjectLockConfiguration_disappears
    --- PASS: TestAccS3BucketObjectLockConfiguration_migrate_withChange (66.61s)
    --- PASS: TestAccS3BucketObjectLockConfiguration_disappears (45.72s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	190.569s
    ewbankkit committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4ef8099 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f719e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    411504a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    54f42fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286af34 View commit details
    Browse the repository at this point in the history
  3. r/aws_s3_bucket_analytics_configuration: Remove flattener/expander un…

    …it tests as they don't play nice with Smithy.
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0b415c6 View commit details
    Browse the repository at this point in the history
  4. r/aws_s3_bucket_analytics_configuration: Fix 'missing required field,…

    … GetBucketAnalyticsConfigurationInput.Id'.
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3bd3184 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketAnalyticsConfiguration_' PKG=s3 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2  -run=TestAccS3BucketAnalyticsConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketAnalyticsConfiguration_basic
    === PAUSE TestAccS3BucketAnalyticsConfiguration_basic
    === RUN   TestAccS3BucketAnalyticsConfiguration_disappears
    === PAUSE TestAccS3BucketAnalyticsConfiguration_disappears
    === RUN   TestAccS3BucketAnalyticsConfiguration_updateBasic
    === PAUSE TestAccS3BucketAnalyticsConfiguration_updateBasic
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_empty
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_empty
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_prefix
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_prefix
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_singleTag
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_singleTag
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_multipleTags
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_multipleTags
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_prefixAndTags
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_prefixAndTags
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithFilter_remove
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithFilter_remove
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_empty
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_empty
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_default
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_default
    === RUN   TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_full
    === PAUSE TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_full
    === CONT  TestAccS3BucketAnalyticsConfiguration_basic
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_multipleTags
    --- PASS: TestAccS3BucketAnalyticsConfiguration_basic (95.13s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_empty
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_empty (2.46s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_full
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_multipleTags (116.20s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_default
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_full (46.15s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_remove
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithStorageClassAnalysis_default (46.86s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_prefixAndTags
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_remove (67.32s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_empty
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_empty (2.10s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_singleTag
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_prefixAndTags (51.87s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_WithFilter_prefix
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_singleTag (67.59s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_updateBasic
    --- PASS: TestAccS3BucketAnalyticsConfiguration_WithFilter_prefix (67.51s)
    === CONT  TestAccS3BucketAnalyticsConfiguration_disappears
    --- PASS: TestAccS3BucketAnalyticsConfiguration_disappears (27.35s)
    --- PASS: TestAccS3BucketAnalyticsConfiguration_updateBasic (89.23s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	389.721s
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c06a88d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e92e582 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ced323d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ecf986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2278370 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6224f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3c864b View commit details
    Browse the repository at this point in the history
  12. r/aws_s3_bucket_server_side_encryption_configuration: Migrate accepta…

    …nce tests to AWS SDK for Go v2.
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1a127a6 View commit details
    Browse the repository at this point in the history
  13. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketServerSideEncryptionConfiguration_' PKG=s3 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2  -run=TestAccS3BucketServerSideEncryptionConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_basic
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_basic
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySEEByDefault_AES256
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySEEByDefault_AES256
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMS
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMS
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSDSSE
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSDSSE
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_UpdateSSEAlgorithm
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_UpdateSSEAlgorithm
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyARN
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyARN
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyID
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyID
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_BucketKeyEnabled
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_BucketKeyEnabled
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_BucketKeyEnabled
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_BucketKeyEnabled
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_migrate_noChange
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_migrate_noChange
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_migrate_withChange
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_migrate_withChange
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_basic
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyID
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyID (47.24s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_migrate_noChange
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_basic (47.35s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_migrate_withChange
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_migrate_withChange (104.71s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_BucketKeyEnabled
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_migrate_noChange (105.20s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_BucketKeyEnabled
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_BucketKeyEnabled (119.03s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSDSSE
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_BucketKeyEnabled (119.48s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyARN
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSDSSE (46.11s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_UpdateSSEAlgorithm
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyARN (45.31s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMS
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMS (45.81s)
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_ApplySEEByDefault_AES256
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_UpdateSSEAlgorithm (67.57s)
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySEEByDefault_AES256 (44.91s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	412.898s
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bfa6ba0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1b1f37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0574e04 View commit details
    Browse the repository at this point in the history
  16. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketACL_' PKG=s3 ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2  -run=TestAccS3BucketACL_ -timeout 180m
    === RUN   TestAccS3BucketACL_basic
    === PAUSE TestAccS3BucketACL_basic
    === RUN   TestAccS3BucketACL_disappears
    === PAUSE TestAccS3BucketACL_disappears
    === RUN   TestAccS3BucketACL_migrate_aclNoChange
    === PAUSE TestAccS3BucketACL_migrate_aclNoChange
    === RUN   TestAccS3BucketACL_migrate_aclWithChange
    === PAUSE TestAccS3BucketACL_migrate_aclWithChange
    === RUN   TestAccS3BucketACL_migrate_grantsWithChange
    === PAUSE TestAccS3BucketACL_migrate_grantsWithChange
    === RUN   TestAccS3BucketACL_updateACL
    === PAUSE TestAccS3BucketACL_updateACL
    === RUN   TestAccS3BucketACL_updateGrant
    === PAUSE TestAccS3BucketACL_updateGrant
    === RUN   TestAccS3BucketACL_ACLToGrant
    === PAUSE TestAccS3BucketACL_ACLToGrant
    === RUN   TestAccS3BucketACL_grantToACL
    === PAUSE TestAccS3BucketACL_grantToACL
    === CONT  TestAccS3BucketACL_basic
    === CONT  TestAccS3BucketACL_updateACL
    --- PASS: TestAccS3BucketACL_basic (32.07s)
    === CONT  TestAccS3BucketACL_ACLToGrant
    === CONT  TestAccS3BucketACL_grantToACL
    --- PASS: TestAccS3BucketACL_updateACL (54.26s)
    --- PASS: TestAccS3BucketACL_ACLToGrant (52.62s)
    === CONT  TestAccS3BucketACL_migrate_aclWithChange
    --- PASS: TestAccS3BucketACL_grantToACL (53.73s)
    === CONT  TestAccS3BucketACL_migrate_grantsWithChange
    --- PASS: TestAccS3BucketACL_migrate_aclWithChange (49.19s)
    === CONT  TestAccS3BucketACL_updateGrant
    --- PASS: TestAccS3BucketACL_migrate_grantsWithChange (47.84s)
    === CONT  TestAccS3BucketACL_migrate_aclNoChange
    --- PASS: TestAccS3BucketACL_updateGrant (58.59s)
    === CONT  TestAccS3BucketACL_disappears
    --- PASS: TestAccS3BucketACL_migrate_aclNoChange (48.13s)
    --- PASS: TestAccS3BucketACL_disappears (38.48s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	236.236s
    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ee8b2e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    879111c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d2356f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    928b779 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7d1d307 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    acc87b0 View commit details
    Browse the repository at this point in the history
  22. Add comment.

    ewbankkit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    dd61a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Revert "r/aws_s3_bucket_versioning: Ensure NotFound after resource De…

    …lete."
    
    This reverts commit 1ecf986.
    ewbankkit committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    075d468 View commit details
    Browse the repository at this point in the history
  2. Revert "r/aws_s3_bucket_accelerate_configuration: Ensure NotFound aft…

    …er resource Delete."
    
    This reverts commit ced323d.
    ewbankkit committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1647d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c3248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bc52df View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketCORSConfiguration_' PKG=s3 ACCTEST_PARALLELISM=3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 3  -run=TestAccS3BucketCORSConfiguration_ -timeout 180m
    === RUN   TestAccS3BucketCORSConfiguration_basic
    === PAUSE TestAccS3BucketCORSConfiguration_basic
    === RUN   TestAccS3BucketCORSConfiguration_disappears
    === PAUSE TestAccS3BucketCORSConfiguration_disappears
    === RUN   TestAccS3BucketCORSConfiguration_update
    === PAUSE TestAccS3BucketCORSConfiguration_update
    === RUN   TestAccS3BucketCORSConfiguration_SingleRule
    === PAUSE TestAccS3BucketCORSConfiguration_SingleRule
    === RUN   TestAccS3BucketCORSConfiguration_MultipleRules
    === PAUSE TestAccS3BucketCORSConfiguration_MultipleRules
    === RUN   TestAccS3BucketCORSConfiguration_migrate_corsRuleNoChange
    === PAUSE TestAccS3BucketCORSConfiguration_migrate_corsRuleNoChange
    === RUN   TestAccS3BucketCORSConfiguration_migrate_corsRuleWithChange
    === PAUSE TestAccS3BucketCORSConfiguration_migrate_corsRuleWithChange
    === CONT  TestAccS3BucketCORSConfiguration_MultipleRules
    === CONT  TestAccS3BucketCORSConfiguration_update
    === CONT  TestAccS3BucketCORSConfiguration_basic
    --- PASS: TestAccS3BucketCORSConfiguration_basic (50.94s)
    === CONT  TestAccS3BucketCORSConfiguration_SingleRule
    --- PASS: TestAccS3BucketCORSConfiguration_MultipleRules (51.01s)
    === CONT  TestAccS3BucketCORSConfiguration_migrate_corsRuleWithChange
    --- PASS: TestAccS3BucketCORSConfiguration_update (92.05s)
    === CONT  TestAccS3BucketCORSConfiguration_migrate_corsRuleNoChange
    --- PASS: TestAccS3BucketCORSConfiguration_SingleRule (48.04s)
    === CONT  TestAccS3BucketCORSConfiguration_disappears
    --- PASS: TestAccS3BucketCORSConfiguration_migrate_corsRuleWithChange (64.23s)
    --- PASS: TestAccS3BucketCORSConfiguration_disappears (26.26s)
    --- PASS: TestAccS3BucketCORSConfiguration_migrate_corsRuleNoChange (61.04s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	158.366s
    ewbankkit committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ea364ae View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    4fa9c17 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bd9831d View commit details
    Browse the repository at this point in the history