Module local

Module local 

Source
Expand description

Local managed blob storage.

Files are stored at content-addressed paths under storage/{ab}/{cd}/{file_id} as plaintext. Local files are never encrypted — encryption happens only on upload to the cloud home.

Structs§

BlobStore
Storage implementation for managed local storage.

Functions§

storage_path
Hash-based storage path for a file: storage/{ab}/{cd}/{file_id}