HCP returns information about the target object that results from a copy request in an XML response body, in this format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CopyObjectResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<LastModified>date-and-time-last-modified</LastModified>
<ETag>"etag"</ETag>
</CopyObjectResult>
The table below describes the XML elements in the format of the response body returned in response to a request to copy an object. The elements are listed in alphabetical order.
Request header | Description |
---|---|
CopyObjectResult | Root element. |
ETag |
Child of the CopyObjectResult element. The ETag element specifies the ETag for the target object. |
LastModified |
Child of the CopyObjectResult element. The LastModified element specifies the date and time at which the target object 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: 2013-03-18T19:46:03.856Z Modifying an object means modifying its metadata. You cannot modify the content of an object. |
© 2015 Hitachi Data Systems Corporation. All rights reserved.