aliyunoss-cli
    Preparing search index...

    Interface ListObjectsQuery

    interface ListObjectsQuery {
        delimiter?: string;
        "encoding-type"?: "" | "url";
        marker?: string;
        "max-keys": string | number;
        prefix?: string;
    }
    Index
    delimiter?: string

    only search current dir, not including subdir

    "encoding-type"?: "" | "url"

    Specifies that the object names in the response are URL-encoded.

    marker?: string

    search start from marker, including marker key

    "max-keys": string | number

    max objects, default is 100, limit to 1000

    prefix?: string

    search object using prefix key