fileloft-store-gcs 0.1.0

Google Cloud Storage backend for the tus.io resumable upload protocol
Documentation
1
2
3
4
5
pub mod error;
pub mod store;

pub use error::GcsStoreError;
pub use store::GcsStore;