func (sto *shardStorage) shardNum(b *blobref.BlobRef) uint32 { return b.Sum32() % uint32(len(sto.shards)) }