pub trait HttpDownloaderBuilder { // Required method fn make_http(&self) -> Result<Arc<dyn ObjectStoreGetExt>>; }