class Aws::S3::Types::ListMultipartUploadsRequest


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListMultipartUploadsRequest AWS API Documentation
@return [String]
upload-id-marker parameter is ignored.
listing should begin. If key-marker is not specified, the
Together with key-marker, specifies the multipart upload after which
@!attribute [rw] upload_id_marker
@return [String]
specified prefix.
Lists in-progress uploads only for those keys that begin with the
@!attribute [rw] prefix
@return [Integer]
that can be returned in a response.
return in the response body. 1,000 is the maximum number of uploads
Sets the maximum number of multipart uploads, from 1 to 1,000, to
@!attribute [rw] max_uploads
@return [String]
multipart upload after which listing should begin.
Together with upload-id-marker, this parameter specifies the
@!attribute [rw] key_marker
@return [String]
parameter to request that Amazon S3 encode the keys in the response.
characters that are not supported in XML 1.0, you can add this
characters, such as characters with an ASCII value from 0 to 10. For
Unicode character; however, XML 1.0 parser cannot parse some
specifies the encoding method to use. An object key may contain any
Requests Amazon S3 to encode the object keys in the response and
@!attribute [rw] encoding_type
@return [String]
Character you use to group keys.
@!attribute [rw] delimiter
@return [String]
@!attribute [rw] bucket
}
upload_id_marker: “UploadIdMarker”,
prefix: “Prefix”,
max_uploads: 1,
key_marker: “KeyMarker”,
encoding_type: “url”, # accepts url
delimiter: “Delimiter”,
bucket: “BucketName”, # required
{
data as a hash:
@note When making an API call, you may pass ListMultipartUploadsRequest