Xuanwo commented on code in PR #3704:
URL:
https://github.com/apache/incubator-opendal/pull/3704#discussion_r1412804767
##########
core/benches/vs_s3/Cargo.toml:
##########
@@ -33,7 +33,7 @@ aws-config = { version = "0.101", features =
["behavior-version-latest"] }
aws-credential-types = { version = "0.101", features = [
"hardcoded-credentials",
] }
-aws-sdk-s3 = "0.38"
+aws-sdk-s3 = "1.4.0"
Review Comment:
There are many breaking changes in this upgrade. So you can't simply change
a version.
You can run `cargo build --all-targets` to make sure they can compile
correctly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]