shardline-storage 1.2.0

Content-addressed object storage contracts and adapters for Shardline.
docs.rs failed to build shardline-storage-1.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

shardline-storage

Content-addressed object storage adapters for local filesystem and S3-compatible backends. Defines the ObjectStore trait that all storage operations go through, with implementations for local disk (symlink-safe, with directory walk and metadata caching) and S3 (multipart upload, streaming, with support for MinIO, AWS S3, and any S3-compatible store). Also provides object key types and path validation.

See the main Shardline README for the project overview.