fileloft-store-s3 0.2.0

Amazon S3 / S3-compatible storage backend for the tus.io resumable upload protocol
Documentation
1
2
3
4
5
pub mod error;
pub mod store;

pub use error::S3StoreError;
pub use store::S3Store;