object_store_from_config

Function object_store_from_config 

Source
pub fn object_store_from_config(
    url: Url,
    config: HashMap<String, String>,
) -> Result<Arc<dyn ObjectStore>, Error>
Expand description

Parse the url and Iceberg format of variuos storage options into the equivalent object_store options and build the corresponding ObjectStore.