HCP returns information about the object that results from a successful complete multipart upload request in an XML response body.
The information is returned in the following 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 next table describes the XML elements returned in the response body. The elements are listed in alphabetical order.
Element | Description |
---|---|
Bucket |
Child of the CompleteMultipartUploadResult element. The Bucket element specifies the bucket where the object was created. |
CompleteMultipart UploadResult |
Root element. |
ETag |
Child of the CompleteMultipartUploadResult element. The ETag element specifies the ETag for the object. The ETag in the multipart upload complete operation is not an MD5 hash of the object data and therefore is not useful for verifying the data integrity. |
Key |
Child of the CompleteMultipartUploadResult element. The Key element specifies the name of the object. |
Location |
Child of the CompleteMultipartUploadResult element. The Location element specifies the complete URL for the object. |
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.