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

[release/4.x] d/aws_s3_object: Test key with multiple leading slashes #35222

Merged

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    50684f8 View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccS3ObjectDataSource_leadingMultipleSlashes' PKG=s3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20  -run=TestAccS3ObjectDataSource_leadingMultipleSlashes -timeout 180m
    === RUN   TestAccS3ObjectDataSource_leadingMultipleSlashes
    === PAUSE TestAccS3ObjectDataSource_leadingMultipleSlashes
    === CONT  TestAccS3ObjectDataSource_leadingMultipleSlashes
    --- PASS: TestAccS3ObjectDataSource_leadingMultipleSlashes (35.58s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	41.215s
    ewbankkit committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1ffd50d View commit details
    Browse the repository at this point in the history