Help Center> OBS GO SDK> API Reference> Data Types> Request Parameter of List Parts
Updated on 2022-02-10 GMT+08:00

Request Parameter of List Parts

Type Definition

type ListPartsInput struct

Parameter Description

Field

Type

Optional or Mandatory

Description

Bucket

string

Mandatory

Bucket name

Key

string

Mandatory

Object name

UploadId

string

Mandatory

Multipart upload ID

MaxParts

int

Optional

Part number after which listing uploaded parts begins. Only parts whose part numbers are larger than this value will be listed.

PartNumberMarker

int

Optional

Maximum number of uploaded parts that can be listed per page

EncodingType

string

Optional

Encodes the key in the response based on the specified type. If a key contains control characters that are not supported by the XML 1.0 standard, you can set EncodingType to encode the key in the response.

Optional value: url