rust-s3
rust-s3 copied to clipboard
Rust library for interfacing with S3 API compatible services
This change adds missing regions for Wasabi. Closes #381
**Is your feature request related to a problem? Please describe.** I'm running behind a corporate proxy and crates such as reqwest automatically use the system proxy, maybe this crate could...
I needed these functions to avoid unnecessary copy so hopefully adding them is ok.
**Is your feature request related to a problem? Please describe.** I noticed that the implementation of `_put_object_stream_with_content_type` doing multi-part upload reads up all the chunks first (creating upload futures) and...
Just applies clippy lints https://rust-lang.github.io/rust-clippy/master/index.html#/missing_const_for_thread_local
Instead of pulling the whole features crate, it's much better to just grab the necessary types from features-util which is smaller.