<?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_Bucket_acl</id>
		<title>PUT Bucket acl - 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_Bucket_acl"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Bucket_acl&amp;action=history"/>
		<updated>2026-04-16T22:43:54Z</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_Bucket_acl&amp;diff=2477&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_Bucket_acl&amp;diff=2477&amp;oldid=prev"/>
				<updated>2016-05-30T19:36:50Z</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_Bucket_acl&amp;diff=2476&amp;oldid=prev</id>
		<title>Mike.robski at 13:27, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=PUT_Bucket_acl&amp;diff=2476&amp;oldid=prev"/>
				<updated>2013-05-20T13:27:54Z</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;Set the access control list (ACL) for a bucket. &lt;br /&gt;
&lt;br /&gt;
'''PUT''' /?acl''&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
; Syntax&lt;br /&gt;
&lt;br /&gt;
 PUT /?acl HTTP/1.1&lt;br /&gt;
 Host: ''BucketName''.hs2.hostway.com&lt;br /&gt;
 Content-Length: ''length''&lt;br /&gt;
 Date: date&lt;br /&gt;
 Authorization: ''signatureValue''&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;AccessControlPolicy&amp;gt;&lt;br /&gt;
   &amp;lt;Owner&amp;gt;&lt;br /&gt;
     &amp;lt;ID&amp;gt;''ID''&amp;lt;/ID&amp;gt;&lt;br /&gt;
     &amp;lt;DisplayName&amp;gt;''email''&amp;lt;/DisplayName&amp;gt;&lt;br /&gt;
   &amp;lt;/Owner&amp;gt;&lt;br /&gt;
   &amp;lt;AccessControlList&amp;gt;&lt;br /&gt;
     &amp;lt;Grant&amp;gt;&lt;br /&gt;
       &amp;lt;Grantee xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xsi:type=&amp;quot;CanonicalUser&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;ID&amp;gt;''id''&amp;lt;/ID&amp;gt;&lt;br /&gt;
         &amp;lt;DisplayName&amp;gt;''email''&amp;lt;/DisplayName&amp;gt;&lt;br /&gt;
       &amp;lt;/Grantee&amp;gt;&lt;br /&gt;
       &amp;lt;Permission&amp;gt;Permission&amp;lt;/Permission&amp;gt;&lt;br /&gt;
     &amp;lt;/Grant&amp;gt;&lt;br /&gt;
   &amp;lt;/AccessControlList&amp;gt;&lt;br /&gt;
 &amp;lt;/AccessControlPolicy&amp;gt; &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;
This implementation of the operation only uses request headers common to all operations&lt;br /&gt;
; Elements in body&lt;br /&gt;
* AccessControlList: Container for Grant, Grantee, and Permission&lt;br /&gt;
* AccessControlPolicy: Contains the elements that set the ACL permissions for an object per Grantee&lt;br /&gt;
* DisplayName: Screen name of the bucket owner.&lt;br /&gt;
* Grant: Container for the grantee and his or her permissions.&lt;br /&gt;
* Grantee: The subject whose permissions are being set.&lt;br /&gt;
* ID: ID of the bucket owner, or the ID of the grantee&lt;br /&gt;
* Owner: Container for the bucket owner's display name and ID.&lt;br /&gt;
* Permission: Specifies the permission given to the grantee.&lt;br /&gt;
&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&lt;br /&gt;
; Elements &lt;br /&gt;
This implementation of the operation does not return response elements.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
; Sample Request&lt;br /&gt;
&lt;br /&gt;
 PUT /?acl HTTP/1.1&lt;br /&gt;
 Host: ''BucketName''.hs2.hostway.com&lt;br /&gt;
 Content-Length: 214&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: ''siagnatureValue''&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;AccessControlPolicy&amp;gt;&lt;br /&gt;
   &amp;lt;Owner&amp;gt;&lt;br /&gt;
     &amp;lt;ID&amp;gt;8a6925ce4adf588a4f21c32aa379004fef&amp;lt;/ID&amp;gt;&lt;br /&gt;
     &amp;lt;DisplayName&amp;gt;BucketOwnersEmail@hostway.com&amp;lt;/DisplayName&amp;gt;&lt;br /&gt;
   &amp;lt;/Owner&amp;gt;&lt;br /&gt;
   &amp;lt;AccessControlList&amp;gt;&lt;br /&gt;
     &amp;lt;Grant&amp;gt;&lt;br /&gt;
       &amp;lt;Grantee xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xsi:type=&amp;quot;CanonicalUser&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;ID&amp;gt;8a6925ce47f21c32aa379004fef&amp;lt;/ID&amp;gt;&lt;br /&gt;
         &amp;lt;DisplayName&amp;gt;BucketOwnersEmail@hostway.com&amp;lt;/DisplayName&amp;gt;&lt;br /&gt;
       &amp;lt;/Grantee&amp;gt;&lt;br /&gt;
       &amp;lt;Permission&amp;gt;FULL_CONTROL&amp;lt;/Permission&amp;gt;&lt;br /&gt;
     &amp;lt;/Grant&amp;gt;&lt;br /&gt;
   &amp;lt;/AccessControlList&amp;gt;&lt;br /&gt;
 &amp;lt;/AccessControlPolicy&amp;gt; &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&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 : 0&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>