Skip to content

Commit

Permalink
s3: comment out aws-smithy-runtime-api crate as it's not in use
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 18, 2024
1 parent 6c43f37 commit 0ef9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async-trait = "0.1.77"
aws-config = "1.1.5"
aws-credential-types = "1.1.5"
aws-sdk-s3 = { version = "1.15.0", features = ["behavior-version-latest"] }
aws-smithy-runtime-api = "1.1.6"
#aws-smithy-runtime-api = "1.1.6"
bytes = "1.5.0"
log = { version = "0.4.20", optional = true }
remi = { path = "../../remi", version = "0.6.2" }
Expand Down

0 comments on commit 0ef9a93

Please sign in to comment.