<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=PUT_Object_-_Copy</id>
		<title>PUT Object - Copy - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=PUT_Object_-_Copy"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Object_-_Copy&amp;action=history"/>
		<updated>2026-05-23T18:51:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=PUT_Object_-_Copy&amp;diff=2493&amp;oldid=prev</id>
		<title>Corinne.chui: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Object_-_Copy&amp;diff=2493&amp;oldid=prev"/>
				<updated>2016-05-30T19:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:36, 30 May 2016&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Corinne.chui</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=PUT_Object_-_Copy&amp;diff=2492&amp;oldid=prev</id>
		<title>Mike.robski at 13:30, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Object_-_Copy&amp;diff=2492&amp;oldid=prev"/>
				<updated>2013-05-20T13:30:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;adds an creates a copy of an object that is already stored in HS2 object to a bucket&lt;br /&gt;
&lt;br /&gt;
'''PUT''' /''ObjectName''&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
; Syntax&lt;br /&gt;
&lt;br /&gt;
 PUT /''DestObjectName'' HTTP/1.1&lt;br /&gt;
 Host: ''DestBucketName''.hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: ''signatureValue''&lt;br /&gt;
 x-amz-copy-source: /''SrcBucketName''/''SrcObjectName''&lt;br /&gt;
 x-amz-acl: ''acl''&lt;br /&gt;
&lt;br /&gt;
; Parameters &lt;br /&gt;
This implementation of the operation does not use request parameters.&lt;br /&gt;
; Headers &lt;br /&gt;
* x-amz-acl: The canned ACL to apply to the object.&lt;br /&gt;
* x-amz-copy-source: The name of the source bucket and key name of the source object, separated by a slash (/).&lt;br /&gt;
; Elements in body&lt;br /&gt;
This implementation of the operation does not use request elements. &lt;br /&gt;
&lt;br /&gt;
== Responses ==&lt;br /&gt;
; Headers&lt;br /&gt;
This implementation of the operation uses only response headers that are common to most responses &lt;br /&gt;
; Elements &lt;br /&gt;
* CopyObjectResult: Container for all response elements.&lt;br /&gt;
* Etag: Returns the ETag of the new object. &lt;br /&gt;
* LastModified: Returns the date the object was last modified.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
; Sample Request &lt;br /&gt;
&lt;br /&gt;
 PUT /''DestObjectName'' HTTP/1.1&lt;br /&gt;
 Host: ''DestBucketName''.hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: AWS ''signatureValue''&lt;br /&gt;
 x-amz-coyp-source: /''SrcBucketName''/''SrcObjectName''&lt;br /&gt;
&lt;br /&gt;
; Sample Response&lt;br /&gt;
&lt;br /&gt;
 HTTP/1.1 200 OK&lt;br /&gt;
 Date : ''date''&lt;br /&gt;
 Connection : keep-alive&lt;br /&gt;
 Content-Length : ''length''&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;CopyObjectResult&amp;gt;&lt;br /&gt;
   &amp;lt;LastModified&amp;gt;''date''&amp;lt;/LastModified&amp;gt;&lt;br /&gt;
   &amp;lt;ETag&amp;gt;''etag''&amp;lt;/ETag&amp;gt;&lt;br /&gt;
 &amp;lt;/CopyObjectResult&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Hostway Simple Storage API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>