Skip to content

Commit

Permalink
update S3 client to stop copying bytes into a single vec, chain body …
Browse files Browse the repository at this point in the history
…futures immediately after header futures

update S3 persist impl

S3 fixes
  • Loading branch information
ParkMyCar committed Apr 14, 2023
1 parent 79272a0 commit 6a5b737
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 171 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
serde-value = { git = "https://github.com/MaterializeInc/serde-value.git" }
vte = { git = "https://github.com/alacritty/vte" }
aws-smithy-http = { git = "https://github.com/parker-timmerman/smithy-rs.git", branch = "v/0.53.2" }
Loading

0 comments on commit 6a5b737

Please sign in to comment.