snapdir-stores 1.6.0

snapdir stores: FileStore, S3/B2/GCS native SDK stores + external-store shim.
Documentation

snapdir-stores

Storage backends for snapdir — content-addressable directory snapshots.

This crate provides the concrete Store implementations used by snapdir:

  • FileStore — local filesystem store.
  • S3, Backblaze B2, and Google Cloud Storage stores built on the native cloud SDKs (no shelling out to aws, b2, or gcloud).
  • An external-store shim for delegating to custom backends.

It is part of the snapdir project. Full documentation and the CLI are at snapdir.org; the source lives in the canonical repository.

License

MIT