Depending on whether the bucket name is included in the hostname in the S3 compatible request, a request to list the parts of a multipart upload has either of these formats:
•With the bucket name included in the hostname:
GET /object-name?uploadId=upload-id[&query-parameters]HTTP/1.1
•With the bucket name following the hostname:
GET /bucket-name/object-name?uploadId=upload-id
[&query-parameters] HTTP/1.1
The uploadId query parameter is case sensitive.
query-parameters can be none, one, or more of:
•max-parts
•part-number-marker
•encoding-type
For information about these query parameters, see Limiting the part listing.
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.