nsuite - v1.0.1
    Preparing search index...

    Interface ParamsUploadLocalFile

    interface ParamsUploadLocalFile {
        baseUrl?: string;
        client: OSS;
        config?: PutObjectOptions;
        localPath: string;
        remotePath: string;
    }
    Index
    baseUrl?: string
    client: OSS
    config?: PutObjectOptions
    localPath: string
    remotePath: string