Function make_object_store_path_owned
Source pub fn make_object_store_path_owned(
base_path: &str,
components: Vec<String>,
) -> String
Expand description
Creates an object store path using forward slashes with owned strings.
This variant accepts owned strings to avoid lifetime issues.
§Arguments
base_path - The base path (can be empty)
components - Path components to join (owned strings)
§Returns
A string path with forward slash separators