HCP Tenant Management Help
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>"etag"</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. |
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.