Parts
GET https://s3.amazonaws.com/{{bucket}}/{{key}}?MaxParts={{MaxParts}}&PartNumberMarker={{PartNumberMarker}}&UploadId={{UploadId}}
Lists the parts that have been uploaded for a specific multipart upload. This operation must include the upload ID, which you obtain by sending the initiate multipart upload request (see CreateMultipartUpload). This request returns a maximum of 1,000 uploaded parts. The default number of parts returned is 1,000 parts. You can restrict the number of parts returned by specifying the max-parts request parameter. If your multipart upload consists of more than 1,000 parts, the response returns an IsTruncated field with the value of true, and a NextPartNumberMarker element. In subsequent ListParts requests you can include the part-number-marker query string parameter and set its value to the NextPartNumberMarker field value from the previous response.
Request Params
Key | Datatype | Required | Description |
---|
MaxParts | string | | |
PartNumberMarker | string | | |
UploadId | string | | |
Key | Datatype | Required | Description |
---|
x-amz-content-sha256 | string | | |