Skip to main content

IS3ListMultipartUploadsRequest

Interface in AWS.S3

Interface for ListMultipartUploads requests.

Ancestors

Properties

Delimiter

property Delimiter: string

Specifies a delimiter character for grouping keys.

It is common to use / to simulate filesystem-like navigation.

EncodingType

property EncodingType: string

Encoding type used to encode object keys in the response.

Valid values: url.

KeyMarker

property KeyMarker: string

Combine with UploadIdMarker to specify the the multipart upload to start the listing from.

MaxUploads

property MaxUploads: TOptional<Integer>

Specifies the maximum number of multipart uploads to list.

Prefix

property Prefix: string

Specifies a prefix to filter the returned multipart uploads by.

UploadIdMarker

property UploadIdMarker: string

Combine with KeyMarker to specify the the multipart upload to start the listing from.