aliyunoss-cli
    Preparing search index...

    Interface ListV2ObjectsQuery

    interface ListV2ObjectsQuery {
        "continuation-token"?: string;
        delimiter?: string | number;
        "encoding-type"?: "" | "url";
        "fetch-owner"?: boolean;
        "max-keys"?: string | number;
        prefix?: string;
        "start-after"?: string;
    }
    Index
    "continuation-token"?: string

    search start from token, including token key

    delimiter?: string | number

    only search current dir, not including subdir

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

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

    "fetch-owner"?: boolean

    Specifies whether to include the information about object owners in the response.

    "max-keys"?: string | number

    max objects, default is 100, limit to 1000

    prefix?: string

    search object using prefix key

    "start-after"?: string

    The name of the object from which the list operation begins. If this parameter is specified, objects whose names are alphabetically greater than the start-after parameter value are returned.