class Aws::S3::Types::ListPartsRequest
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListPartsRequest AWS API Documentation
@return [String]
buckets can be found at
requests. Documentation on downloading objects from requester pays
the request. Bucket owners need not specify this parameter in their
Confirms that the requester knows that she or he will be charged for
@!attribute [rw] request_payer
@return [String]
listed.
Upload ID identifying the multipart upload whose parts are being
@!attribute [rw] upload_id
@return [Integer]
higher part numbers will be listed.
Specifies the part after which listing should begin. Only parts with
@!attribute [rw] part_number_marker
@return [Integer]
Sets the maximum number of parts to return.
@!attribute [rw] max_parts
@return [String]
@!attribute [rw] key
@return [String]
@!attribute [rw] bucket
}
request_payer: “requester”, # accepts requester
upload_id: “MultipartUploadId”, # required
part_number_marker: 1,
max_parts: 1,
key: “ObjectKey”, # required
bucket: “BucketName”, # required
{
data as a hash:
@note When making an API call, you may pass ListPartsRequest