Skip to content

Adjust no_auth test expectation to address semver hazards failure #4211

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

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

ysaito1001
Copy link
Contributor

Motivation and Context

This PR is a prerequisite for #4203.

Details

PR4203 has updated some of the AuthSchemeId string values, which causes the no_auth test to fail in the semver hazards check. This happens because the inner string value for NO_AUTH_SCHEME_ID has been modified from no_auth to noAuth.

To resolve this, this PR updates the test expectation so that it no longer depends on raw string values. Once this PR is merged and released from aws-sdk-rust, PR4203 should pass the semver hazards check successfully.

Also the test has been moved to no_auth.rs since it is not specific to S3 Express; it was originally placed in express.rs because the issue was first discovered while investigating S3 Express behavior.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ysaito1001 ysaito1001 requested a review from a team as a code owner July 15, 2025 17:34
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@ysaito1001 ysaito1001 merged commit e2bfd35 into main Jul 15, 2025
45 checks passed
@ysaito1001 ysaito1001 deleted the ysaito/adjust-no-auth-test branch July 15, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants