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, orgcloud). - 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