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§
- Blob
Store - Storage implementation for managed local storage.
Functions§
- storage_
path - Hash-based storage path for a file:
storage/{ab}/{cd}/{file_id}