Skip to main content

parse_object_store_url

Function parse_object_store_url 

Source
pub fn parse_object_store_url(
    uri: &str,
) -> Result<(Arc<dyn ObjectStore>, Path), Error>
Expand description

Parses an object-store URI into the raw store + root prefix, feeding object_store the process env vars lowercased (its expected option keys). The single home for the parse_url_opts(url, env-vars-lowercased) idiom.