fileloft-store-azure 0.3.0

Azure Blob Storage backend for the tus.io resumable upload protocol
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]

pub mod error;
pub mod store;

pub use error::AzureStoreError;
pub use store::AzureStore;