ListParts #
Overview #
Lists the parts that have been uploaded for a specific multipart upload.
AWS API Reference: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
Method #
LISTPARTS
Import Parameters #
The request uses the following import parameters.
-
i_bucket_name (bucket in AWS) (Required)
Name of the bucket.
-
i_region (Required)
AWS Region of the Amazon S3 Bucket.
-
i_key (key in AWS) (Required)
Object key for which the multipart upload was initiated.
-
i_max_parts (max-parts in AWS)
Sets the maximum number of parts to return.
-
i_part_number_marker (part-number-marker in AWS)
Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.
-
i_uploadid (uploadId in AWS) (Required)
Upload ID identifying the multipart upload whose parts are being listed.
-
i_x_amz_expected_b_owner (x-amz-expected-bucket-owner in AWS)
The account id of the expected bucket owner.
-
i_x_amz_request_payer (x-amz-request-payer in AWS)
Confirms that the requester knows that they will be charged for the request.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.
-
e_istruncated (IsTruncated in AWS)
Indicates whether the returned list of parts is truncated. A true value indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts element.
-
e_part_number_marker (PartNumberMarker in AWS)
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.