pub async fn build_backend_for_write(
url: &str,
connection: &HashMap<String, String>,
local_file_access: &LocalFileAccess,
) -> Result<ObjectStore>Expand description
Builds a backend for an operation that may create the target directory.