Skip to content

Commit

Permalink
refactor s3 protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Sep 21, 2024
1 parent c2cf368 commit 51ae9b5
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 170 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ license = "MIT OR Apache-2.0"
[dependencies]
ahash = "0.8.3"
async-channel = "1.9.0"
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.51.0"
backtrace = "0.3.69"
boring = { version = "3.1.0", optional = true }
boring-sys = { version = "3.1.0", optional = true }
Expand Down Expand Up @@ -65,7 +63,6 @@ sha1 = "0.10.6"
hmac = "0.12.1"
hyper-rustls = "0.27.3"
hyper-util = { version = "0.1.8", features = ["full"] }
client = "0.1.1-beta1"
hex = "0.4.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions configs/s3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ vlen = 128
# controls what commands will be used in this keyspace
commands = [
# get a value
# { verb = "get", weight = 80 },
{ verb = "get", weight = 80 },
# set a value
# { verb = "put", weight = 19 },
{ verb = "put", weight = 19 },
# # delete a value
{ verb = "delete", weight = 1 },
]
Loading

0 comments on commit 51ae9b5

Please sign in to comment.