-
Notifications
You must be signed in to change notification settings - Fork 249
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
smithy connection was poisoned
with latest aws_smithy_runtime
#1154
Comments
We have just released a new version in the smithy-rs repository. Curious to know whether the issue can be resolved if you use the latest |
I can confirm it is fixed on my end going from 1.5.3 to 1.5.4 |
Problem resolved. Thank you guys! |
I am closing this issue now. Thanks. |
Comments on closed issues are hard for our team to see. |
Describe the bug
I encountered the error
aws-smithy-runtime-api-1.6.1/src/client/connection.rs:24: smithy connection was poisoned
when attempting to upload files to an object store (e.g., GCP and Aliyun; I haven't tested with AWS-S3) using the latest version of aws_smithy_runtime.However, everything functions smoothly with aws-smithy-runtime version 1.4.0.
Any suggestions?
Expected Behavior
shouldn't have this issue
Current Behavior
error message:
aws-smithy-runtime-api-1.6.1/src/client/connection.rs:24: smithy connection was poisoned
Reproduction Steps
Two APIs were used in my application:
head_object
is used to check if an object already exists and thenput_object
is called to upload an object if there is no such object in the bucket.Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
Linux gcp 5.14.0-362.24.1.el9_3.cloud.0.6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 13 15:08:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Logs
No response
The text was updated successfully, but these errors were encountered: