A web-based file storage service with distributed storage targets
- A blob is an immutable sequence of bytes defined by its sha256 hash.
- A blob is partitioned into multiple blocks.
- A blob block is also an immutable sequence of bytes defined by its sha256 hash.
- A blob block is stored within one storage block.
TODO: documentation about storage blocks