s3 0.1.23

A lean, modern, unofficial S3-compatible client for Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod encode;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod headers;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod md5;
pub(crate) mod redact;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod signing;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod text;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod url;
#[cfg(any(test, feature = "async", feature = "blocking"))]
pub(crate) mod xml;