HCP Tenant Management Help


Response body (POST object complete multipart upload)

HCP returns information about the object that results from a successful complete multipart upload request in an XML response body, in this format:

<?xml version='1.0' encoding='UTF-8'?>
<CompleteMultipartUploadResult xmlns="http://s3.amazonaws.com/doc
        /2006-03-01/">
      <Location>object-url</Location>
      <Bucket>bucket-name</Bucket>
      <Key>object-name</Key>
      <ETag>&quot;etag&quot;</ETag>
</CompleteMultipartUploadResult>

The table below describes the XML elements in the response body returned in response to a request to complete a multipart upload. The elements are listed in alphabetical order.

Element Description
Bucket

Child of the CopyPartResult element.

The Bucket element specifies the bucket where the object was created.

CompleteMultipart
  UploadResult

Root element.

ETag

Child of the CopyPartResult element.

The ETag element specifies the ETag for the object.

Key

Child of the CopyPartResult element.

The Key element specifies the name of the object.

Location

Child of the CopyPartResult element.

The Location element specifies the complete URL for the object.

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