toolcraft-s3-kit 0.2.2

Toolcraft S3-compatible storage client
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod bucket_client;
pub mod client;
pub mod config;
pub mod error;
pub(crate) mod util;

pub use bucket_client::BucketClient;
pub use client::S3Client;
pub use config::S3BucketConfig;
pub use util::ObjectInfo;