-
Notifications
You must be signed in to change notification settings - Fork 195
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
Allow users to set HTTP Connectors in Configs #1225
Comments
The connector customization needs to play into network calling credential providers (e.g., IMDS, HTTP token, etc) provider initialization as well: awslabs/aws-sdk-rust#579 |
This would probably be implemented along side #960 |
1 task
This is partly implemented by #1918 |
This was included in release-2022-12-14. |
Repository owner
moved this from Pending Release
to Done
in AWS Rust SDK Public Roadmap
Dec 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor our current network stack to allow users to set HTTP
Connector
s in Service Configs and Shared Configs.Then, update Service Client creation to use this connector instead of creating a connector from defaults based on the currently enabled features.
This is in support of the "How we should use features" RFC.
The text was updated successfully, but these errors were encountered: