nsuite - v1.0.1
    Preparing search index...

    Interface ParamsQiniuOSSUploadDir

    interface ParamsQiniuOSSUploadDir {
        baseUrl?: string;
        bucket: string;
        config: Config;
        dryRun?: boolean;
        ignorePathList?: string[];
        keyPrefix?: string;
        localPath: string;
        mac: Mac;
        maxConcurrency?: number;
        maxTryTimes?: number;
        putPolicyOptions?: PutPolicyOptions;
        recursive?: boolean;
        refresh?: boolean;
        uploadCallback?: FuncQiniuOSSUploadFileCallback;
    }
    Index
    baseUrl?: string

    needed if refresh is set true

    bucket: string
    config: Config
    dryRun?: boolean

    set to true if you want to check which files will be deployed before real deployment

    ignorePathList?: string[]
    keyPrefix?: string
    localPath: string
    mac: Mac
    maxConcurrency?: number

    max concurrency for upload

    maxTryTimes?: number

    max retry times per file, set to Infinity for unlimited retries

    putPolicyOptions?: PutPolicyOptions
    recursive?: boolean
    refresh?: boolean

    callback function for upload progress