pub fn build_oss_backend( bucket: &str, root: &str, connection: &HashMap<String, String>, ) -> Result<ObjectStore>
Build an OSS backend using the provided bucket, root, and connection parameters.