minco-plugin-object-storage 1.0.0

Provider-neutral object storage port and reference memory implementation for Minco
Documentation
1
2
3
4
5
6
# minco-plugin-object-storage

Provider-neutral object storage for Minco plugins and applications. The crate
ships an in-memory conformance implementation for tests and local development;
production applications inject an S3, filesystem, or other adapter through the
same `ObjectStore` port.