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