rusty-s3 0.9.0

Simple pure Rust AWS S3 Client following a Sans-IO approach
Documentation
1
2
3
4
5
/// The format used by the `Date` header.
pub(crate) const ISO8601: &str = "%Y%m%dT%H%M%SZ";

/// The format used by the `x-amz-date` header.
pub(crate) const YYYYMMDD: &str = "%Y%m%d";