pub fn register_storage(
    storage: Arc<dyn BlobStorage + Send + Sync + 'static>
) -> Result<(), Error>