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

config loader #53

Merged
merged 2 commits into from
Sep 30, 2024
Merged

config loader #53

merged 2 commits into from
Sep 30, 2024

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Sep 23, 2024

Issue #, if available:
closes #15
related: #20

Description of changes:

  • Add a new ConfigLoader and from_env() method that can be used to set the defaults for the transfer manager client. This is similar to how aws-config works today (though we have no intermediate SdkConfig to deal with). This would also be our future point of extension to auto detect environment (e.g. EC2 instance type, etc) if we wanted.
  • Set the default to be hyper-1.x for HTTP client.
    • At some point in the future this won't require aws-smithy-experimental
  • Minor cleanup to move http related things into it's own module

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

@aajtodd aajtodd requested a review from a team as a code owner September 23, 2024 20:12
@aajtodd aajtodd merged commit 6cf3395 into main Sep 30, 2024
15 checks passed
@aajtodd aajtodd deleted the atodd/loader branch September 30, 2024 19:39
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.

Hyper 1.x support
3 participants