We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the default http connector is Prebuilt: https://github.com/awslabs/smithy-rs/blob/bb5bbeb5cff2afb4b3664e95f5c63cae3a524379/aws/rust-runtime/aws-config/src/lib.rs#L463-L466
Prebuilt
This means that timeout settings at a service level will be ignored. This should probably be ConnectorFn but the implications need to be considered.
ConnectorFn
The text was updated successfully, but these errors were encountered:
Fix released in https://github.com/awslabs/aws-sdk-rust/releases/tag/release-2023-03-30.
Sorry, something went wrong.
No branches or pull requests
Currently the default http connector is
Prebuilt
: https://github.com/awslabs/smithy-rs/blob/bb5bbeb5cff2afb4b3664e95f5c63cae3a524379/aws/rust-runtime/aws-config/src/lib.rs#L463-L466This means that timeout settings at a service level will be ignored. This should probably be
ConnectorFn
but the implications need to be considered.The text was updated successfully, but these errors were encountered: