HCP Tenant Management Help


Request line (PUT object upload part copy)

Depending on whether the bucket name is included in the hostname in the S3 compatible request, for a request to upload a part of a multipart upload by copying has either of these formats:

With the bucket name included in the hostname:

PUT /object-name?uploadId=upload-id&partNumber=part-number
  HTTP/1.1

With the bucket name following the hostname:

PUT /bucket-name/object-name?uploadId=upload-id
  &partNumber=part-number HTTP/1.1

The uploadId and partNumber query parameters are not case sensitive.

© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.