Response body (PUT object upload part copy)

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

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CopyPartResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
     <LastModified>date-and-time-last-modified</LastModified>
     <ETag>"etag"</ETag>
</CopyPartResult>

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

Element Description
CopyPartResult

Root element.

ETag

Child of the CopyPartResult element.

The ETag element specifies the ETag for the uploaded part.

LastModified

Child of the CopyPartResult element.

The LastModified element specifies the date and time when the uploaded part was last modified, in Greenwich Mean Time (GMT). The date and time are expressed in this format:

yyyy-MM-ddTHH:mm:ss.SSSZ

For example:

2020-02-18T19:46:03.856Z

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.