rusty-s3 0.9.0

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