-
Notifications
You must be signed in to change notification settings - Fork 247
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
aws_sdk_dynamodb::client::Builder::new().rustls()
no longer work as of v0.7.0
#467
Comments
Hey @nmoutschen, I probably broke this during my refactor of connectors. Sorry about that; I'm investigating a fix. |
|
Hmmm... Looks like I unintentionally rigged this up for auto-close 😅 Reopening until the fix goes out with the next release. |
The fix for this went out in v0.8.0. |
|
What is the problem?
When creating a client using the
Builder
and the.rustls()
method, the builder no longer works.Version
├── aws-config v0.7.0 │ ├── aws-http v0.7.0 │ │ ├── aws-smithy-http v0.37.0 │ │ │ ├── aws-smithy-types v0.37.0 │ │ ├── aws-smithy-types v0.37.0 () │ │ ├── aws-types v0.7.0 │ │ │ ├── aws-smithy-async v0.37.0 │ │ │ ├── aws-smithy-client v0.37.0 │ │ │ │ ├── aws-smithy-async v0.37.0 () │ │ │ │ ├── aws-smithy-http v0.37.0 () │ │ │ │ ├── aws-smithy-http-tower v0.37.0 │ │ │ │ │ ├── aws-smithy-http v0.37.0 () │ │ │ │ ├── aws-smithy-types v0.37.0 () │ │ │ ├── aws-smithy-types v0.37.0 () │ ├── aws-sdk-sso v0.7.0 │ │ ├── aws-endpoint v0.7.0 │ │ │ ├── aws-smithy-http v0.37.0 () │ │ │ ├── aws-types v0.7.0 () │ │ ├── aws-http v0.7.0 () │ │ ├── aws-sig-auth v0.7.0 │ │ │ ├── aws-sigv4 v0.7.0 │ │ │ │ ├── aws-smithy-http v0.37.0 () │ │ │ ├── aws-smithy-http v0.37.0 () │ │ │ ├── aws-types v0.7.0 () │ │ ├── aws-smithy-async v0.37.0 () │ │ ├── aws-smithy-client v0.37.0 () │ │ ├── aws-smithy-http v0.37.0 () │ │ ├── aws-smithy-http-tower v0.37.0 () │ │ ├── aws-smithy-json v0.37.0 │ │ │ └── aws-smithy-types v0.37.0 () │ │ ├── aws-smithy-types v0.37.0 () │ │ ├── aws-types v0.7.0 () │ ├── aws-sdk-sts v0.7.0 │ │ ├── aws-endpoint v0.7.0 () │ │ ├── aws-http v0.7.0 () │ │ ├── aws-sig-auth v0.7.0 () │ │ ├── aws-smithy-async v0.37.0 () │ │ ├── aws-smithy-client v0.37.0 () │ │ ├── aws-smithy-http v0.37.0 () │ │ ├── aws-smithy-http-tower v0.37.0 () │ │ ├── aws-smithy-query v0.37.0 │ │ │ ├── aws-smithy-types v0.37.0 () │ │ ├── aws-smithy-types v0.37.0 () │ │ ├── aws-smithy-xml v0.37.0 │ │ ├── aws-types v0.7.0 () │ ├── aws-smithy-async v0.37.0 () │ ├── aws-smithy-client v0.37.0 () │ ├── aws-smithy-http v0.37.0 () │ ├── aws-smithy-http-tower v0.37.0 () │ ├── aws-smithy-json v0.37.0 () │ ├── aws-smithy-types v0.37.0 () │ ├── aws-types v0.7.0 () ├── aws-sdk-dynamodb v0.7.0 │ ├── aws-endpoint v0.7.0 () │ ├── aws-http v0.7.0 () │ ├── aws-sig-auth v0.7.0 () │ ├── aws-smithy-async v0.37.0 () │ ├── aws-smithy-client v0.37.0 () │ ├── aws-smithy-http v0.37.0 () │ ├── aws-smithy-http-tower v0.37.0 () │ ├── aws-smithy-json v0.37.0 () │ ├── aws-smithy-types v0.37.0 () │ ├── aws-types v0.7.0 () ├── aws-smithy-client v0.37.0 (*)
Platform
Linux CENSORED 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
AWS Services
aws_sdk_dynamodb
Description
Here is my code that worked with
aws_sdk_dynamodb
version 0.7.0 andaws_smithy_http
version 0.37.0:I had to change my code to this for it to work:
Logs
As of version 0.7.0 and 0.37.0, using
.rustls()
returns the following error:The text was updated successfully, but these errors were encountered: