HCP Tenant Management Help


Response body (PUT object copy)

HCP returns information about the target object that results from a successful 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 response body returned in response to a request to copy an object. The elements are listed in alphabetical order.

Element 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 when 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:

2019-02-18T19:46:03.856Z

Modifying an object means modifying its metadata. You cannot modify the content of an object.

© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.