pub async fn build_backend_with_path(
url: &str,
connection: &HashMap<String, String>,
local_file_access: &LocalFileAccess,
) -> Result<BuiltBackend>Expand description
Builds a backend and returns the target path relative to the backend root.