class Aws::S3::Types::ListMultipartUploadsRequest


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListMultipartUploadsRequest AWS API Documentation
@return [String]
‘403 Forbidden` (access denied).
by a different account, the request fails with the HTTP status code
The account ID of the expected bucket owner. If the bucket is owned
@!attribute [rw] expected_bucket_owner
@return [String]
the specified `upload-id-marker`.
list only if they have an upload ID lexicographically greater than
uploads for a key equal to the key-marker might be included in the
upload-id-marker parameter is ignored. Otherwise, any multipart
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]
groups in the same way you’d use a folder in a file system.)
different grouping of keys. (You can think of using prefix to make
specified prefix. You can use prefixes to separate a bucket into
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]
specified ‘upload-id-marker`.
multipart uploads have upload IDs lexicographically greater than the
equal to the `key-marker` might also be included, provided those
If `upload-id-marker` is specified, any multipart uploads for a key
included in the list.
lexicographically greater than the specified `key-marker` will be
If `upload-id-marker` is not specified, only the keys
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]
response.
`CommonPrefixes` result element are not returned elsewhere in the
starts at the beginning of the key. The keys that are grouped under
If you don’t specify the prefix parameter, then the substring
prefix are grouped under a single result element, ‘CommonPrefixes`.
specified, and the first occurrence of the delimiter after the
All keys that contain the same string between the prefix, if
Character you use to group keys.
@!attribute [rw] delimiter
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html<br>[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html<br><br><br><br>[What is S3 on Outposts] in the *Amazon S3 User Guide*.
the bucket name. For more information about S3 on Outposts ARNs, see
Services SDKs, you provide the Outposts access point ARN in place of
When you use this action with S3 on Outposts through the Amazon Web
AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
takes the form `
requests to the S3 on Outposts hostname. The S3 on Outposts hostname
When you use this action with Amazon S3 on Outposts, you must direct
[Using access points] in the *Amazon S3 User Guide*.
bucket name. For more information about access point ARNs, see
Services SDKs, you provide the access point ARN in place of the
When using this action with an access point through the Amazon Web
AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com.
takes the form
requests to the access point hostname. The access point hostname
When using this action with an access point, you must direct
The name of the bucket to which the multipart upload was initiated.
@!attribute [rw] bucket