Expand description
FilesystemRemoteStore — local-filesystem implementation of RemoteStore.
Files are content-addressed: named {hash_hex}.seg where hash_hex is the
64-character lowercase hex encoding of the 32-byte BLAKE3 hash. Listing the
directory is equivalent to listing stored segments.
This is the Phase 4 implementation (Plan 04-04, D04). Real S3 (S3RemoteStore)
is a future phase deliverable.
Structs§
- Filesystem
Remote Store - Local-filesystem implementation of
RemoteStore.