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

Fix bug in default HTTP Connector provided by aws-config #2471

Merged
merged 3 commits into from
Mar 17, 2023

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Mar 16, 2023

Motivation and Context

The default http_connector from aws-config did not respect ConnectorSettings. This meant that timeout settings applied at the service config level were ignored.

Description

  • Update the default connector to respect connector settings
  • Add tests to verify that extra connectors are not created

Testing

  • tests added

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

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

@rcoh rcoh requested review from a team as code owners March 16, 2023 15:48
@rcoh rcoh requested review from jdisanti and david-perez March 16, 2023 15:48
@github-actions
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

A new doc preview is ready to view.

@jdisanti jdisanti added the ready-to-merge This PR is ready to merge into `main` label Mar 16, 2023
@jdisanti jdisanti enabled auto-merge March 16, 2023 22:40
@github-actions
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

A new doc preview is ready to view.

@jdisanti jdisanti disabled auto-merge March 16, 2023 23:13
@jdisanti jdisanti enabled auto-merge March 16, 2023 23:13
@jdisanti jdisanti force-pushed the fix-http-connector branch from fdd0626 to 9048f97 Compare March 16, 2023 23:29
@jdisanti jdisanti added this pull request to the merge queue Mar 16, 2023
@github-actions
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

A new doc preview is ready to view.

Merged via the queue into main with commit d8a7d99 Mar 17, 2023
@jdisanti jdisanti deleted the fix-http-connector branch March 17, 2023 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR is ready to merge into `main`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants