nsuite - v1.0.1
    Preparing search index...

    Interface ParamsAliOSSListFiles

    interface ParamsAliOSSListFiles {
        client: OSS;
        maxKeys?: number;
        options?: RequestOptions;
        prefix: string;
    }
    Index
    client: OSS
    maxKeys?: number

    max objects, default is 100, limit to 1000, set it to 0 or ignore it if you want to list all files

    options?: RequestOptions
    prefix: string