HCP Tenant Management Help
HCP returns information about the multipart upload that results from a successful initiate request in an XML response body, in this format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<InitiateMultipartUploadResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Bucket>bucket-name</Bucket>
<Key>object-name</Key>
<UploadId>upload-id</UploadId>
</InitiateMultipartUploadResult>
The table below describes the XML elements in the response body returned in response to a request to initiate a multipart upload. The elements are listed in alphabetical order.
Element | Description |
---|---|
Bucket |
Child of the InitiateMultipartUploadResult element. The Bucket element specifies the name of the bucket where the multipart upload was initiated. |
InitiateMultipart UploadResult |
Root element. |
Key |
Child of the InitiateMultipartUploadResult element. The Key element specifies the name of the object for which the multipart upload was initiated. |
UploadId |
Child of the InitiateMultipartUploadResult element. The UploadId element specifies the upload ID for the multipart upload initiated by the request. |
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.