跨平台文件上传适配器。

interface UploadAdapter {
    upload(config: UploadConfig): Promise<UploadResult>;
}

Methods

Methods