Skip to main content

IS3ListPartsResponse

Interface in AWS.S3

Interface for ListParts responses.

Ancestors

Properties

AbortDate

property AbortDate: TOptional<TDateTime>

Specifies the date the multipart upload will become eligible to be aborted.

Only specified if the bucket is configured with a lifecycle rule specifying an action to abort incomplete multipart uploads.

AbortRuleId

property AbortRuleId: string

Identifies the lifecycle rule that defines the AbortDate.

Only specified if the bucket is configured with a lifecycle rule specifying an action to abort incomplete multipart uploads.

ListPartsResult

property ListPartsResult: IS3ListPartsResult

Type: IS3ListPartsResult

Results containing details of the parts.