Function build_oss_backend

Source
pub fn build_oss_backend(
    bucket: &str,
    root: &str,
    connection: &HashMap<String, String>,
) -> Result<ObjectStore>
Expand description

Build an OSS backend using the provided bucket, root, and connection parameters.