Skip to main content

IS3ListMultipartUploadsResult

Interface in AWS.S3

Interface for ListMultipartUploadsResult nodes.

Properties

Bucket

property Bucket: string

The bucket name in which the mutlipart upload was initiated.

CommonPrefixes

property CommonPrefixes: TS3CommonPrefixes

Type: TS3CommonPrefixes

List of common prefixes.

The response will only contain CommonPrefixes if a Delimiter was specified in the request.

Delimiter

property Delimiter: string

The Delimiter specified in the request.

EncodingType

property EncodingType: string

The encoding type used for Delimiter, Key, KeyMarker, NextKeyMarker, and Prefix values if specified in the request.

Valid values: url.

IsTruncated

property IsTruncated: TOptional<Boolean>

Indicates if the results returned have been truncated.

If True, the results exceeded the MaxUploads or 1,000 (whichever is smaller). Repeat the request with KeyMarker set to NextKeyMarker and UploadIdMarker set to NextUploadIdMarker from this request to fetch more results.

KeyMarker

property KeyMarker: string

Specifies the key at or after which the listing began.

MaxUploads

property MaxUploads: TOptional<Integer>

The maximum number of uploads specified by the request.

NextKeyMarker

property NextKeyMarker: string

Specifies a value for use as KeyMarker in subsequent requests to retrieve paginated results when results are truncated.

NextUploadIdMarker

property NextUploadIdMarker: string

Specifies a value for use as UploadIdMarker in subsequent requests to retrieve paginated results when results are truncated.

Prefix

property Prefix: string

The prefix specified by the request.

Uploads

property Uploads: TS3MultipartUploads

Type: TS3MultipartUploads

List of multipart uploads.

UploadIdMarker

property UploadIdMarker: string

The Upload ID after which the listing began.