<?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=GET_Object_ACL</id>
		<title>GET Object 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=GET_Object_ACL"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Object_ACL&amp;action=history"/>
		<updated>2026-04-05T18:55:14Z</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=GET_Object_ACL&amp;diff=2485&amp;oldid=prev</id>
		<title>Corinne.chui: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Object_ACL&amp;diff=2485&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=GET_Object_ACL&amp;diff=2484&amp;oldid=prev</id>
		<title>Mike.robski at 13:29, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Object_ACL&amp;diff=2484&amp;oldid=prev"/>
				<updated>2013-05-20T13:29:22Z</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;return the access control list (ACL) of an object&lt;br /&gt;
&lt;br /&gt;
'''GET''' /''ObjectName''?acl&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
; Syntax&lt;br /&gt;
&lt;br /&gt;
 GET /''ObjectName''?acl HTTP/1.1&lt;br /&gt;
 Host: ''BucketName''.hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: ''signatureValue''&lt;br /&gt;
 Range:bytes=''byte_range''&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;
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;
* AccessControlList: Container for ACL information.&lt;br /&gt;
* AccessControlPolicy: Container for the response.&lt;br /&gt;
* DisplayName: Bucket owner's display name.&lt;br /&gt;
* Grant: Container for Grantee and Permission.&lt;br /&gt;
* Grantee: Container for DisplayName and ID of the person being granted permissions.&lt;br /&gt;
* ID: Bucket owner's ID.&lt;br /&gt;
* Owner: Container for bucket owner information.&lt;br /&gt;
* Permission: Permission given to the Grantee for bucket.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
; Sample Request &lt;br /&gt;
&lt;br /&gt;
 DELETE /''ObjectName'' HTTP/1.1&lt;br /&gt;
 Host: ''BucketName''.hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: AWS ''signatureValue''&lt;br /&gt;
&lt;br /&gt;
; Sample Response&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;AccessControlPolicy xmlns=&amp;quot;http://s3.amazonaws.com/doc/2006-03-01/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;Owner&amp;gt;&lt;br /&gt;
    &amp;lt;DisplayName&amp;gt;youngbae.oh@hostwaycorp.com&amp;lt;/DisplayName&amp;gt;&lt;br /&gt;
    &amp;lt;ID&amp;gt;d45dc7d25125281926cac849e6ae78374f200ee1e8072e389d000026b1899d1a&amp;lt;/ID&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;DisplayName&amp;gt;youngbae.oh@hostwaycorp.com&amp;lt;/DisplayName&amp;gt;    &lt;br /&gt;
        &amp;lt;ID&amp;gt;d45dc7d25125281926cac849e6ae78374f200ee1e8072e389d000026b1899d1a&amp;lt;/ID&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;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Hostway Simple Storage API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>