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.