pub fn make_object_store_path<I, S>(base_path: &str, components: I) -> StringExpand 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.