ListMultipartUploadsResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

Link copied to clipboard

If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element. The distinct key prefixes are returned in the Prefix child element.

Link copied to clipboard

Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response.

Link copied to clipboard

Encoding type used by Amazon S3 to encode object keys in the response.

Link copied to clipboard

Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.

Link copied to clipboard

The key at or after which the listing began.

Link copied to clipboard

Maximum number of multipart uploads that could have been included in the response.

Link copied to clipboard

When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.

Link copied to clipboard

When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.

Link copied to clipboard

When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.

Link copied to clipboard

If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

Link copied to clipboard

Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored. Otherwise, any multipart uploads for a key equal to the key-marker might be included in the list only if they have an upload ID lexicographically greater than the specified upload-id-marker.

Link copied to clipboard

Container for elements related to a particular multipart upload. A response can contain zero or more Upload elements.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String