Currently, blobs are stored with the follow format: ``` blobs/<digest>-<hex bytes> ``` This has caused confusion in the context of the `:`-separated hash format. To make this more clear, the blobs should be stored in the following format: ``` blobs/sha256/<hex bytes> ``` cc @vbatts @philips