aliyunoss-cli
    Preparing search index...

    Interface ListPartsQuery

    interface ListPartsQuery {
        "encoding-type": string;
        "max-parts": number;
        "part-number-marker": number;
    }
    Index
    "encoding-type": string

    Specify the encoding of the returned content and the encoding type. Optional value: url

    "max-parts": number

    The maximum part number in the response of the OSS. default value: 1000.

    "part-number-marker": number

    Starting position of a specific list. A part is listed only when the part number is greater than the value of this parameter.