-
I'm trying to use
The code fails to build with
My (clearly wrong) impression is that I then tried to implement the trait looking at a previous discussion #253, with similar results.
Any suggestion would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Your code looks right to me—my guess is that you have a incompatible version of aws_smithy_client in your tree—Can you look at https://crates.io/crates/aws-sdk-s3/0.16.0/dependencies for your version of the S3 client and ensure you have the matching versions of aws-smithy-client and aws-smithy-http? |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Your code looks right to me—my guess is that you have a incompatible version of aws_smithy_client in your tree—Can you look at https://crates.io/crates/aws-sdk-s3/0.16.0/dependencies for your version of the S3 client and ensure you have the matching versions of aws-smithy-client and aws-smithy-http?