build_object_store_and_resolve_file_path

Function build_object_store_and_resolve_file_path 

Source
fn build_object_store_and_resolve_file_path(
    object_store: ObjectStoreConfig,
    fs_root: &str,
    file_path: &str,
) -> Result<(ObjectStore, String), BoxedError>
Expand description

Builds the object store and resolves the file path.