Skip to main content

make_object_store_path

Function make_object_store_path 

Source
pub fn make_object_store_path<I, S>(base_path: &str, components: I) -> String
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Joins a base path and components into an object-store path with forward slashes.

Object stores (S3, GCS, etc.) always expect forward slashes regardless of platform.