ListMultipartUploadsResponse
Types
Properties
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.
Encoding type used by Amazon S3 to encode object keys in the response.
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.
Maximum number of multipart uploads that could have been included in the response.
When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.
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.
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.
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
.
Container for elements related to a particular multipart upload. A response can contain zero or more Upload
elements.