Depending on whether the bucket name is included in the hostname in the S3 compatible request, a request to initiate a multipart upload has either of these formats:
•With the bucket name included in the hostname:
POST /object-name?uploads HTTP/1.1
•With the bucket name following the hostname:
POST /bucket-name/object-name?uploads HTTP/1.1
The uploads query parameter is case sensitive.
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.