rusty-s3 0.3.2

Simple pure Rust AWS S3 Client following a Sans-IO approach
Documentation
1
2
3
4
5
6
7
8
pub mod abort;
#[cfg(feature = "full")]
pub mod complete;
#[cfg(feature = "full")]
pub mod create;
#[cfg(feature = "full")]
pub mod list_parts;
pub mod upload;