Overview ▹
Overview ▾
Package shard registers the "shard" blobserver storage type, predictably spraying out blobs out over the provided backends based on their blobref. Each blob maps to exactly one backend.
Example low-level config:
"/foo/": {
    "handler": "storage-shard",
    "handlerArgs": {
        "backends": ["/s1/", "/s2/"]
     }
},
			