minco-plugin-object-storage 1.2.2

Provider-neutral object storage port and reference memory implementation for Minco
Documentation
1
2
3
4
5
6
7
8
//! Provider-neutral object storage, direct access, and verified upload workflows.
#![forbid(unsafe_code)]

mod base;
mod uploads;

pub use base::*;
pub use uploads::*;