Crate s3compat[][src]

Expand description

Simple access to Amazon Web Service’s (AWS) Simple Storage Service (S3)

Re-exports

pub use bucket::Bucket;
pub use bucket::Tag;
pub use bucket_ops::BucketConfiguration;
pub use region::Region;
pub use creds::Credentials;

Modules

bucket
bucket_ops
command
creds
deserializer
region
request_trait
serde_types
signing

Implementation of AWS V4 Signing

surf_request
utils