class Aws::S3::Types::ListMultipartUploadsOutput
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListMultipartUploadsOutput AWS API Documentation
@return [String]
‘Delimiter`, `KeyMarker`, `Prefix`, `NextKeyMarker`, `Key`.
the following response elements:
this element in the response, and returns encoded key name values in
If you specify `encoding-type` request parameter, Amazon S3 includes
response.
Encoding type used by Amazon S3 to encode object keys in the
@!attribute [rw] encoding_type
@return [Array<Types::CommonPrefix>]
the `Prefix` child element.
`CommonPrefixes` element. The distinct key prefixes are returned in
each distinct key prefix containing the delimiter in a
If you specify a delimiter in the request, then the result returns
@!attribute [rw] common_prefixes
@return [Array<Types::MultipartUpload>]
response can contain zero or more `Upload` elements.
Container for elements related to a particular multipart upload. A
@!attribute [rw] uploads
@return [Boolean]
the limit allowed or specified by max uploads.
The list can be truncated if the number of multipart uploads exceeds
truncated. A value of true indicates that the list was truncated.
Indicates whether the returned list of multipart uploads is
@!attribute [rw] is_truncated
@return [Integer]
the response.
Maximum number of multipart uploads that could have been included in
@!attribute [rw] max_uploads
@return [String]
subsequent request.
should be used for the `upload-id-marker` request parameter in a
When a list is truncated, this element specifies the value that
@!attribute [rw] next_upload_id_marker
@return [String]
response.
specify a delimiter in your request, this element is absent from the
Contains the delimiter you specified in the request. If you don’t
@!attribute [rw] delimiter
@return [String]
specified prefix.
specified prefix. The result contains only keys starting with the
When a prefix is provided in the request, this field contains the
@!attribute [rw] prefix
@return [String]
request.
should be used for the key-marker request parameter in a subsequent
When a list is truncated, this element specifies the value that
@!attribute [rw] next_key_marker
@return [String]
Upload ID after which listing began.
@!attribute [rw] upload_id_marker
@return [String]
The key at or after which the listing began.
@!attribute [rw] key_marker
@return [String]
The name of the bucket to which the multipart upload was initiated.
@!attribute [rw] bucket