Skip to main content

Module filesystem_remote_store

Module filesystem_remote_store 

Source
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§

FilesystemRemoteStore
Local-filesystem implementation of RemoteStore.