rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Rust library for interfacing with S3 API compatible services

Results 76 rust-s3 issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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.