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

Amazon S3 Express #34612

Merged
merged 219 commits into from
Nov 29, 2023
Merged

Amazon S3 Express #34612

merged 219 commits into from
Nov 29, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    615983c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727c2a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb7157 View commit details
    Browse the repository at this point in the history
  4. Run 'make gen'.

    ewbankkit committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1b959d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a97bf48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80129ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87f5674 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad6ef67 View commit details
    Browse the repository at this point in the history
  9. Add 's3.NewClient'.

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

Commits on Sep 5, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    #	internal/service/medialive/channel.go
    #	internal/service/medialive/service_package_gen.go
    #	internal/service/s3/service_package.go
    ewbankkit committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ea225c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8459b View commit details
    Browse the repository at this point in the history
  3. d/aws_s3_objects: Fix 'page.RequestCharged undefined (type *github.co…

    …m/aws/aws-sdk-go-v2/service/s3.ListObjectsV2Output has no field or method RequestCharged)'.
    ewbankkit committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b62a871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5859c4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    862035e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f85dfbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b52fd9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90e0402 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	.ci/.semgrep-service-name0.yml
    #	.ci/.semgrep-service-name1.yml
    #	.ci/.semgrep-service-name2.yml
    #	.ci/.semgrep-service-name3.yml
    #	go.mod
    #	go.sum
    #	internal/service/finspace/kx_cluster.go
    ewbankkit committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    808091e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6dfb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3521c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    493b142 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3DirectoryBucket_' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3DirectoryBucket_ -timeout 180m
    === RUN   TestAccS3DirectoryBucket_basic
    === PAUSE TestAccS3DirectoryBucket_basic
    === RUN   TestAccS3DirectoryBucket_disappears
    === PAUSE TestAccS3DirectoryBucket_disappears
    === CONT  TestAccS3DirectoryBucket_basic
    === CONT  TestAccS3DirectoryBucket_disappears
    --- PASS: TestAccS3DirectoryBucket_disappears (22.53s)
    --- PASS: TestAccS3DirectoryBucket_basic (28.62s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	33.543s
    ewbankkit committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b30c041 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	internal/service/finspace/kx_environment.go
    #	internal/service/finspace/sweep.go
    #	internal/service/s3/bucket_versioning.go
    #	internal/service/s3/exports_test.go
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1938ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd6b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcce15f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04d67dd View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3DirectoryBucket_basic' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3DirectoryBucket_basic -timeout 360m
    === RUN   TestAccS3DirectoryBucket_basic
    === PAUSE TestAccS3DirectoryBucket_basic
    === CONT  TestAccS3DirectoryBucket_basic
    --- PASS: TestAccS3DirectoryBucket_basic (26.67s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	32.363s
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8d69a2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a054fc View commit details
    Browse the repository at this point in the history
  7. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketPolicy_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketPolicy_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketPolicy_directoryBucket
    === PAUSE TestAccS3BucketPolicy_directoryBucket
    === CONT  TestAccS3BucketPolicy_directoryBucket
    --- PASS: TestAccS3BucketPolicy_directoryBucket (25.31s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	30.887s
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b326dcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    586d389 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    616dba0 View commit details
    Browse the repository at this point in the history
  10. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketACL_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketACL_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketACL_directoryBucket
    === PAUSE TestAccS3BucketACL_directoryBucket
    === CONT  TestAccS3BucketACL_directoryBucket
    --- PASS: TestAccS3BucketACL_directoryBucket (12.60s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	17.826s
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c86bce3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35f7044 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f17c50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d73a23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b6fe92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7123ca4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    172e92b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dfe673e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7ad7a5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    97e0c60 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    388c49f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2915cfa View commit details
    Browse the repository at this point in the history
  22. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3BucketObjectLockConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketObjectLockConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketObjectLockConfiguration_directoryBucket
    === PAUSE TestAccS3BucketObjectLockConfiguration_directoryBucket
    === CONT  TestAccS3BucketObjectLockConfiguration_directoryBucket
    --- PASS: TestAccS3BucketObjectLockConfiguration_directoryBucket (14.11s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	19.911s
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0a56728 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6a00934 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    182673f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    83bef08 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dc38efd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5105cb2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    85f5cca View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b2d204a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0ef5e26 View commit details
    Browse the repository at this point in the history
  31. Use 'regexache'.

    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    293e198 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    484d7d4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4f570ce View commit details
    Browse the repository at this point in the history
  34. % make testacc TESTARGS='-run=TestAccS3Object_directoryBucket' PKG=s3

    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Object_directoryBucket -timeout 360m
    === RUN   TestAccS3Object_directoryBucket
    === PAUSE TestAccS3Object_directoryBucket
    === CONT  TestAccS3Object_directoryBucket
    --- PASS: TestAccS3Object_directoryBucket (29.26s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	35.057s
    ewbankkit committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9bbb364 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    2cab483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06fe9da View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3ObjectDataSource_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectDataSource_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectDataSource_directoryBucket
    === PAUSE TestAccS3ObjectDataSource_directoryBucket
    === CONT  TestAccS3ObjectDataSource_directoryBucket
    --- PASS: TestAccS3ObjectDataSource_directoryBucket (24.51s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	29.614s
    ewbankkit committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f7b01e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b78a2fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14d341f View commit details
    Browse the repository at this point in the history
  6. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3ObjectCopy_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectCopy_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectCopy_directoryBucket
    === PAUSE TestAccS3ObjectCopy_directoryBucket
    === CONT  TestAccS3ObjectCopy_directoryBucket
    --- PASS: TestAccS3ObjectCopy_directoryBucket (26.88s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	32.169s
    ewbankkit committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    003d8e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    502e61c View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3ObjectsDataSource_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectsDataSource_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectsDataSource_directoryBucket
    === PAUSE TestAccS3ObjectsDataSource_directoryBucket
    === CONT  TestAccS3ObjectsDataSource_directoryBucket
    --- PASS: TestAccS3ObjectsDataSource_directoryBucket (41.21s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	46.613s
    ewbankkit committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    481f14c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	.ci/.semgrep-service-name0.yml
    #	.ci/.semgrep-service-name1.yml
    #	.ci/.semgrep-service-name2.yml
    #	.ci/.semgrep-service-name3.yml
    #	internal/service/finspace/kx_cluster.go
    #	internal/service/finspace/kx_cluster_test.go
    #	internal/service/finspace/kx_environment.go
    #	internal/service/medialive/channel.go
    ewbankkit committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f841f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5161954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3647596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83a5500 View commit details
    Browse the repository at this point in the history
  5. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3Object_DefaultTags_providerOnly' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Object_DefaultTags_providerOnly -timeout 360m
    === RUN   TestAccS3Object_DefaultTags_providerOnly
    === PAUSE TestAccS3Object_DefaultTags_providerOnly
    === CONT  TestAccS3Object_DefaultTags_providerOnly
    --- PASS: TestAccS3Object_DefaultTags_providerOnly (42.60s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	48.007s
    ewbankkit committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    72e1dcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e5b50b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    f429411 View commit details
    Browse the repository at this point in the history
  2. Revert "Temporarily remove 'internal/service/vpclattice'."

    This reverts commit 3647596.
    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2ee82cd View commit details
    Browse the repository at this point in the history
  3. Revert "Temporarily remove 'internal/service/finspace'."

    This reverts commit 1a8459b.
    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    820b3ed View commit details
    Browse the repository at this point in the history
  4. Revert "Temporarily remove 'internal/service/medialive'."

    This reverts commit 615983c.
    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5aa11e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a9e94b View commit details
    Browse the repository at this point in the history
  6. Run 'go mod tidy'.

    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0491575 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc108ab View commit details
    Browse the repository at this point in the history
  8. Revert "d/aws_s3_objects: Fix 'page.RequestCharged undefined (type *g…

    …ithub.com/aws/aws-sdk-go-v2/service/s3.ListObjectsV2Output has no field or method RequestCharged)'."
    
    This reverts commit b62a871.
    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    89553b9 View commit details
    Browse the repository at this point in the history
  9. Revert commenting out of 'TestAccS3BucketServerSideEncryptionConfigur…

    …ation_ApplySSEByDefault_KMSDSSE'.
    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2740f2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfb3bd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd3650d View commit details
    Browse the repository at this point in the history
  12. 'err == nil' check.

    ewbankkit committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b2d039b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f436e85 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    56f9a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6475a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    802fec4 View commit details
    Browse the repository at this point in the history
  4. Add 'names.GlobalRegionID'.

    ewbankkit committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b727281 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'main' into HEAD"

    This reverts commit 6475a56, reversing
    changes made to 56f9a8b.
    ewbankkit committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8da09cb View commit details
    Browse the repository at this point in the history
  6. Add S3 functional options to force the regional endpoint in us-east-1…

    … if the client is configured to use the global endpoint.
    ewbankkit committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    725e343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b71a5e4 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccS3DirectoryBucket_basic' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3DirectoryBucket_basic -timeout 360m
    === RUN   TestAccS3DirectoryBucket_basic
    === PAUSE TestAccS3DirectoryBucket_basic
    === CONT  TestAccS3DirectoryBucket_basic
    --- PASS: TestAccS3DirectoryBucket_basic (20.41s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	25.844s
    ewbankkit committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2aa0c92 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    a713bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    0a83601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26601c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    424f7f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c9266f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eebb297 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5e7c0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bb9090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c81ee88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac2ad52 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into HEAD

    # Conflicts:
    #	CHANGELOG.md
    #	go.mod
    #	go.sum
    #	internal/service/docdb/wait.go
    #	tools/tfsdk2fw/go.mod
    #	tools/tfsdk2fw/go.sum
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    167f383 View commit details
    Browse the repository at this point in the history
  11. Revert "Revert "Merge branch 'main' into HEAD""

    This reverts commit 8da09cb.
    
    # Conflicts:
    #	CHANGELOG.md
    #	internal/service/docdb/wait.go
    #	tools/tfsdk2fw/go.mod
    #	tools/tfsdk2fw/go.sum
    ewbankkit committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    58222f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    ewbankkit committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3921dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1691325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d287d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83855e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    c0e05df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25417e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. r/aws_s3_bucket_policy: Add 'location' block to directory bucket acce…

    …ptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketPolicy_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketPolicy_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketPolicy_directoryBucket
    === PAUSE TestAccS3BucketPolicy_directoryBucket
    === CONT  TestAccS3BucketPolicy_directoryBucket
    --- PASS: TestAccS3BucketPolicy_directoryBucket (22.32s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	27.971s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9d2034a View commit details
    Browse the repository at this point in the history
  2. r/aws_s3_bucket_accelerate_configuration: Add 'location' block to dir…

    …ectory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketAccelerateConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketAccelerateConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketAccelerateConfiguration_directoryBucket
    === PAUSE TestAccS3BucketAccelerateConfiguration_directoryBucket
    === CONT  TestAccS3BucketAccelerateConfiguration_directoryBucket
    --- PASS: TestAccS3BucketAccelerateConfiguration_directoryBucket (11.15s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.667s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    542cdaa View commit details
    Browse the repository at this point in the history
  3. r/aws_s3_bucket_acl: Add 'location' block to directory bucket accepta…

    …nce tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketACL_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketACL_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketACL_directoryBucket
    === PAUSE TestAccS3BucketACL_directoryBucket
    === CONT  TestAccS3BucketACL_directoryBucket
    --- PASS: TestAccS3BucketACL_directoryBucket (11.26s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.492s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    70e04bd View commit details
    Browse the repository at this point in the history
  4. r/aws_s3_bucket_analytics_configuration: Add 'location' block to dire…

    …ctory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketAnalyticsConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketAnalyticsConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketAnalyticsConfiguration_directoryBucket
    === PAUSE TestAccS3BucketAnalyticsConfiguration_directoryBucket
    === CONT  TestAccS3BucketAnalyticsConfiguration_directoryBucket
    --- PASS: TestAccS3BucketAnalyticsConfiguration_directoryBucket (11.05s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.146s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4ca843c View commit details
    Browse the repository at this point in the history
  5. r/aws_s3_bucket_cors_configuration: Add 'location' block to directory…

    … bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketCORSConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketCORSConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketCORSConfiguration_directoryBucket
    === PAUSE TestAccS3BucketCORSConfiguration_directoryBucket
    === CONT  TestAccS3BucketCORSConfiguration_directoryBucket
    --- PASS: TestAccS3BucketCORSConfiguration_directoryBucket (11.09s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.170s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    72c8727 View commit details
    Browse the repository at this point in the history
  6. r/aws_s3_bucket_intelligent_tiering_configuration: Add 'location' blo…

    …ck to directory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketIntelligentTieringConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketIntelligentTieringConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketIntelligentTieringConfiguration_directoryBucket
    === PAUSE TestAccS3BucketIntelligentTieringConfiguration_directoryBucket
    === CONT  TestAccS3BucketIntelligentTieringConfiguration_directoryBucket
    --- PASS: TestAccS3BucketIntelligentTieringConfiguration_directoryBucket (11.92s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	17.695s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dd2a674 View commit details
    Browse the repository at this point in the history
  7. r/aws_s3_bucket_inventory: Add 'location' block to directory bucket a…

    …cceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketInventory_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketInventory_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketInventory_directoryBucket
    === PAUSE TestAccS3BucketInventory_directoryBucket
    === CONT  TestAccS3BucketInventory_directoryBucket
    --- PASS: TestAccS3BucketInventory_directoryBucket (11.63s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	17.746s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a1a7fcf View commit details
    Browse the repository at this point in the history
  8. r/aws_s3_bucket_lifecycle_configuration: Add 'location' block to dire…

    …ctory bucket acceptance tests.
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    910c2fd View commit details
    Browse the repository at this point in the history
  9. r/aws_s3_bucket_logging: Add 'location' block to directory bucket acc…

    …eptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketLogging_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketLogging_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketLogging_directoryBucket
    === PAUSE TestAccS3BucketLogging_directoryBucket
    === CONT  TestAccS3BucketLogging_directoryBucket
    --- PASS: TestAccS3BucketLogging_directoryBucket (36.07s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	41.953s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d973421 View commit details
    Browse the repository at this point in the history
  10. r/aws_s3_bucket_metric: Add 'location' block to directory bucket acce…

    …ptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketMetric_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketMetric_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketMetric_directoryBucket
    === PAUSE TestAccS3BucketMetric_directoryBucket
    === CONT  TestAccS3BucketMetric_directoryBucket
    --- PASS: TestAccS3BucketMetric_directoryBucket (11.56s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	17.377s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c703d51 View commit details
    Browse the repository at this point in the history
  11. r/aws_s3_bucket_notification: Add 'location' block to directory bucke…

    …t acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketNotification_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketNotification_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketNotification_directoryBucket
    === PAUSE TestAccS3BucketNotification_directoryBucket
    === CONT  TestAccS3BucketNotification_directoryBucket
    --- PASS: TestAccS3BucketNotification_directoryBucket (11.27s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.986s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    038f721 View commit details
    Browse the repository at this point in the history
  12. r/aws_s3_bucket_object_lock_configuration: Add 'location' block to di…

    …rectory bucket acceptance tests.
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8f917a9 View commit details
    Browse the repository at this point in the history
  13. r/aws_s3_bucket_ownership_controls: Add 'location' block to directory…

    … bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketOwnershipControls_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketOwnershipControls_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketOwnershipControls_directoryBucket
    === PAUSE TestAccS3BucketOwnershipControls_directoryBucket
    === CONT  TestAccS3BucketOwnershipControls_directoryBucket
    --- PASS: TestAccS3BucketOwnershipControls_directoryBucket (11.49s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.946s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9b15a8c View commit details
    Browse the repository at this point in the history
  14. r/aws_s3_bucket_public_access_block: Add 'location' block to director…

    …y bucket acceptance tests.
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2527da0 View commit details
    Browse the repository at this point in the history
  15. r/aws_s3_bucket_replication_configuration: Add 'location' block to di…

    …rectory bucket acceptance tests.
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6e5c800 View commit details
    Browse the repository at this point in the history
  16. r/aws_s3_bucket_request_payment_configuration: Add 'location' block t…

    …o directory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketRequestPaymentConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketRequestPaymentConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketRequestPaymentConfiguration_directoryBucket
    === PAUSE TestAccS3BucketRequestPaymentConfiguration_directoryBucket
    === CONT  TestAccS3BucketRequestPaymentConfiguration_directoryBucket
    --- PASS: TestAccS3BucketRequestPaymentConfiguration_directoryBucket (12.17s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	17.686s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ee860c8 View commit details
    Browse the repository at this point in the history
  17. r/aws_s3_bucket_server_side_encryption_configuration: Add 'location' …

    …block to directory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket
    === PAUSE TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket
    === CONT  TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket
    --- PASS: TestAccS3BucketServerSideEncryptionConfiguration_directoryBucket (11.08s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.593s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8344709 View commit details
    Browse the repository at this point in the history
  18. r/aws_s3_bucket_versioning: Add 'location' block to directory bucket …

    …acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketVersioning_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketVersioning_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketVersioning_directoryBucket
    === PAUSE TestAccS3BucketVersioning_directoryBucket
    === CONT  TestAccS3BucketVersioning_directoryBucket
    --- PASS: TestAccS3BucketVersioning_directoryBucket (11.01s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	16.712s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    302c4d2 View commit details
    Browse the repository at this point in the history
  19. r/aws_s3_bucket_website_configuration: Add 'location' block to direct…

    …ory bucket acceptance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3BucketWebsiteConfiguration_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3BucketWebsiteConfiguration_directoryBucket -timeout 360m
    === RUN   TestAccS3BucketWebsiteConfiguration_directoryBucket
    === PAUSE TestAccS3BucketWebsiteConfiguration_directoryBucket
    === CONT  TestAccS3BucketWebsiteConfiguration_directoryBucket
    --- PASS: TestAccS3BucketWebsiteConfiguration_directoryBucket (10.50s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	15.742s
    ewbankkit committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8dbedb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    596a342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4cdd9 View commit details
    Browse the repository at this point in the history
  3. Check for correct error (NoSuchBucket) for S3 bucket resources not mi…

    …grated to AWS SDK for Go v2.
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8d79c07 View commit details
    Browse the repository at this point in the history
  4. r/aws_s3_object_copy: Add 'location' block to directory bucket accept…

    …ance tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3ObjectCopy_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectCopy_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectCopy_directoryBucket
    === PAUSE TestAccS3ObjectCopy_directoryBucket
    === CONT  TestAccS3ObjectCopy_directoryBucket
    --- PASS: TestAccS3ObjectCopy_directoryBucket (24.36s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	29.528s
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ba8c065 View commit details
    Browse the repository at this point in the history
  5. d/aws_s3_object: Add 'location' block to directory bucket acceptance …

    …tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3ObjectDataSource_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectDataSource_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectDataSource_directoryBucket
    === PAUSE TestAccS3ObjectDataSource_directoryBucket
    === CONT  TestAccS3ObjectDataSource_directoryBucket
    --- PASS: TestAccS3ObjectDataSource_directoryBucket (20.77s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	26.035s
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8a8e099 View commit details
    Browse the repository at this point in the history
  6. d/aws_s3_objects: Add 'location' block to directory bucket acceptance…

    … tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3ObjectsDataSource_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectsDataSource_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectsDataSource_directoryBucket
    === PAUSE TestAccS3ObjectsDataSource_directoryBucket
    === CONT  TestAccS3ObjectsDataSource_directoryBucket
    --- PASS: TestAccS3ObjectsDataSource_directoryBucket (41.50s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	46.673s
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4311611 View commit details
    Browse the repository at this point in the history
  7. r/aws_s3_object: Add 'location' block to directory bucket acceptance …

    …tests.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccS3Object_directoryBucket\|TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Object_directoryBucket\|TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly -timeout 360m
    === RUN   TestAccS3Object_directoryBucket
    === PAUSE TestAccS3Object_directoryBucket
    === RUN   TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly
    === PAUSE TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly
    === CONT  TestAccS3Object_directoryBucket
    === CONT  TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly
    --- PASS: TestAccS3Object_DirectoryBucket_DefaultTags_providerOnly (11.62s)
    --- PASS: TestAccS3Object_directoryBucket (25.48s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	31.196s
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3a0080d View commit details
    Browse the repository at this point in the history
  8. Consistent use of checking for HTTP 501.

    Acceptance test output:
    
     make testacc TESTARGS='-run=TestAccS3Object_directoryBucket\|TestAccS3ObjectDataSource_directoryBucket\|TestAccS3ObjectCopy_directoryBucket' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3Object_directoryBucket\|TestAccS3ObjectDataSource_directoryBucket\|TestAccS3ObjectCopy_directoryBucket -timeout 360m
    === RUN   TestAccS3ObjectCopy_directoryBucket
    === PAUSE TestAccS3ObjectCopy_directoryBucket
    === RUN   TestAccS3ObjectDataSource_directoryBucket
    === PAUSE TestAccS3ObjectDataSource_directoryBucket
    === RUN   TestAccS3Object_directoryBucket
    === PAUSE TestAccS3Object_directoryBucket
    === CONT  TestAccS3ObjectCopy_directoryBucket
    === CONT  TestAccS3Object_directoryBucket
    === CONT  TestAccS3ObjectDataSource_directoryBucket
    --- PASS: TestAccS3ObjectDataSource_directoryBucket (27.44s)
    --- PASS: TestAccS3ObjectCopy_directoryBucket (29.45s)
    --- PASS: TestAccS3Object_directoryBucket (30.70s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	36.200s
    ewbankkit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cd619d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    519dbd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    6885421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19f2c9 View commit details
    Browse the repository at this point in the history
  3. Remove 'flex.ARNStringFromFramework' -- 'flex.StringFromFramework' no…

    …w works with 'StringValuable'.
    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7922a49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19496c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7823dbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f770925 View commit details
    Browse the repository at this point in the history
  7. Update internal/framework/validators/aws_account_id.go

    Co-authored-by: Jared Baker <[email protected]>
    ewbankkit and jar-b committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    35a39f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03c2a1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f73acf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5ddb27 View commit details
    Browse the repository at this point in the history
  11. autoflex: Test new fuzzy find

    YakDriver authored and ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7dd5ab8 View commit details
    Browse the repository at this point in the history
  12. Update go.mod

    YakDriver authored and ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5ac8721 View commit details
    Browse the repository at this point in the history
  13. Add more tests

    YakDriver authored and ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    84ba64c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d413ad3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fcdc13e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f2dc271 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d91c7e8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3809ba7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    837b3a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4990ba7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4e6c3a0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df460d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c959afb View commit details
    Browse the repository at this point in the history
  24. Tweak type assertions.

    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1c247e7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2bc0b73 View commit details
    Browse the repository at this point in the history
  26. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccRoute53CIDRLocation_basic' PKG=route53
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53/... -v -count 1 -parallel 20  -run=TestAccRoute53CIDRLocation_basic -timeout 360m
    === RUN   TestAccRoute53CIDRLocation_basic
    === PAUSE TestAccRoute53CIDRLocation_basic
    === CONT  TestAccRoute53CIDRLocation_basic
    --- PASS: TestAccRoute53CIDRLocation_basic (21.98s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53	26.793s
    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bd1e93c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0fee29f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6343a63 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b869146 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    75d4f81 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    623a85f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    02f72d9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e86ede3 View commit details
    Browse the repository at this point in the history
  34. Fix golangci-lint 'unused'.

    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6c9b596 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    07f9f09 View commit details
    Browse the repository at this point in the history
  36. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3DirectoryBucket_' 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=TestAccS3DirectoryBucket_ -timeout 360m
    === RUN   TestAccS3DirectoryBucket_basic
    === PAUSE TestAccS3DirectoryBucket_basic
    === RUN   TestAccS3DirectoryBucket_disappears
    === PAUSE TestAccS3DirectoryBucket_disappears
    === CONT  TestAccS3DirectoryBucket_basic
    === CONT  TestAccS3DirectoryBucket_disappears
    --- PASS: TestAccS3DirectoryBucket_disappears (37.34s)
    --- PASS: TestAccS3DirectoryBucket_basic (43.40s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	50.846s
    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6fcd9a8 View commit details
    Browse the repository at this point in the history
  37. Add CHANGELOG entry.

    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    29fd3de View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    21a9fe7 View commit details
    Browse the repository at this point in the history
  39. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3DirectoryBucketsDataSource_' 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=TestAccS3DirectoryBucketsDataSource_ -timeout 360m
    === RUN   TestAccS3DirectoryBucketsDataSource_basic
    === PAUSE TestAccS3DirectoryBucketsDataSource_basic
    === CONT  TestAccS3DirectoryBucketsDataSource_basic
    --- PASS: TestAccS3DirectoryBucketsDataSource_basic (21.22s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	27.549s
    ewbankkit committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0ac5491 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    386c2b4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5fbcdd5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7da6d55 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    224ecdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bded7e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c9956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fd183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bddcbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a533fe6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d0f92e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6406e96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a040013 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1284fa View commit details
    Browse the repository at this point in the history
  11. r/aws_s3_object: Add documentation note for 'override_provider' for d…

    …irectory bucket objects.
    ewbankkit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0bad7e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    8afecc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6126dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663d2e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b097b13 View commit details
    Browse the repository at this point in the history
  2. aws_finspace: fixes for sdk type changes

    jar-b authored and ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a60f3ab View commit details
    Browse the repository at this point in the history
  3. aws_medialive: fixes for sdk type changes

    jar-b authored and ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    acbcf69 View commit details
    Browse the repository at this point in the history
  4. aws_rds: fixes for sdk type changes

    jar-b authored and ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    48d7ef6 View commit details
    Browse the repository at this point in the history
  5. aws_s3control: fixes for sdk type changes

    jar-b authored and ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    251f329 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83f1b43 View commit details
    Browse the repository at this point in the history
  7. aws_xray: fixes for sdk type changes

    jar-b authored and ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e1237aa View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3DirectoryBucket_' 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=TestAccS3DirectoryBucket_ -timeout 360m
    === RUN   TestAccS3DirectoryBucket_basic
    === PAUSE TestAccS3DirectoryBucket_basic
    === RUN   TestAccS3DirectoryBucket_disappears
    === PAUSE TestAccS3DirectoryBucket_disappears
    === CONT  TestAccS3DirectoryBucket_basic
    === CONT  TestAccS3DirectoryBucket_disappears
    --- PASS: TestAccS3DirectoryBucket_disappears (23.49s)
    --- PASS: TestAccS3DirectoryBucket_basic (28.82s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	34.712s
    ewbankkit committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    03f4d78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1cecf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    #	internal/enum/values.go
    #	internal/framework/flex/list.go
    #	internal/service/appconfig/environment.go
    #	internal/service/cognitoidp/user_pool_client.go
    #	internal/service/medialive/channel.go
    #	internal/service/medialive/channel_encoder_settings_schema.go
    #	internal/service/medialive/multiplex_program.go
    #	internal/service/s3/bucket_lifecycle_configuration_test.go
    #	internal/service/s3/bucket_logging_test.go
    #	internal/service/s3/bucket_public_access_block_test.go
    #	internal/service/s3/bucket_replication_configuration_test.go
    #	internal/service/s3/errors.go
    #	internal/verify/resource_differ.go
    #	internal/verify/validate.go
    #	internal/verify/validate_test.go
    #	names/names_data.csv
    #	website/docs/r/s3_object.html.markdown
    ewbankkit committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    189e44e View commit details
    Browse the repository at this point in the history
  2. Fix markdown-lint 'MD047/single-trailing-newline Files should end wit…

    …h a single newline character'.
    ewbankkit committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7c461ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3a6fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    586f832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1c7184 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7725a95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36ce7a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    376b41a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bc0086 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6dd1856 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1743372 View commit details
    Browse the repository at this point in the history
  12. 'SerializationException' -> 'InvalidArgument' for directory bucket un…

    …supported functionality.
    ewbankkit committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9794c85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90f1a89 View commit details
    Browse the repository at this point in the history
  14. TestAccS3ObjectsDataSource_directoryBucket: Use 'testAccObjectsDataSo…

    …urceConfig_directoryBucket'.
    ewbankkit committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    11a471f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05324d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    46a5c71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1dd6bc3 View commit details
    Browse the repository at this point in the history