Skip to content

Commit

Permalink
chore: bump aws-sdk-s3 from 0.38.0 to 1.4.0 (#3704)
Browse files Browse the repository at this point in the history
* chore: bump aws-sdk-s3 from 0.38.0 to 1.4.0

Signed-off-by: memoryFade <[email protected]>

* chore: update aws-config from 0.101 to 1.0.1 and aws-credential-type from 0.101 to 1.0.1

Signed-off-by: memoryFade <[email protected]>

---------

Signed-off-by: memoryFade <[email protected]>
  • Loading branch information
microbubble9586 authored Dec 2, 2023
1 parent 547c23d commit e4734cd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
81 changes: 41 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions core/benches/vs_s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
aws-config = { version = "0.101", features = ["behavior-version-latest"] }
aws-credential-types = { version = "0.101", features = [
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
aws-credential-types = { version = "1.0.1", features = [
"hardcoded-credentials",
] }
aws-sdk-s3 = "0.38"
aws-sdk-s3 = "1.4.0"
criterion = { version = "0.5", features = ["async", "async_tokio"] }
dotenvy = "0.15"
opendal = { path = "../..", features = ["tests"] }
Expand Down

0 comments on commit e4734cd

Please sign in to comment.