<?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_Service</id>
		<title>GET Service - 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_Service"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Service&amp;action=history"/>
		<updated>2026-04-20T14:22:56Z</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_Service&amp;diff=2463&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_Service&amp;diff=2463&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_Service&amp;diff=2462&amp;oldid=prev</id>
		<title>Mike.robski at 13:25, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Service&amp;diff=2462&amp;oldid=prev"/>
				<updated>2013-05-20T13:25:56Z</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;Returns a list of all buckets owned by the authenticated sender of the request&lt;br /&gt;
&lt;br /&gt;
'''GET''' /&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
; Syntax&lt;br /&gt;
&lt;br /&gt;
 GET / HTTP/1.1&lt;br /&gt;
 Host: hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: ''signatureValue''&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;
* Bucket: Container for bucket information.&lt;br /&gt;
* Buckets: Container for one or more buckets.&lt;br /&gt;
* CreationDate: Date the bucket was created.&lt;br /&gt;
* DisplayName: Bucket owner's display name&lt;br /&gt;
* ID: Bucket owner's user ID.&lt;br /&gt;
* ListAllMyBucketsResult: Container for response&lt;br /&gt;
* Name: Bucket's name.&lt;br /&gt;
* Owner: Container for bucket owner information.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
; Sample Request &lt;br /&gt;
&lt;br /&gt;
 GET / HTTP/1.1&lt;br /&gt;
 Authorization: AWS ''signatureValue''&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Host: hs2.hostway.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Sample Response&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;ListAllMyBucketsResult 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;Buckets&amp;gt;&lt;br /&gt;
    &amp;lt;Bucket&amp;gt;&lt;br /&gt;
      &amp;lt;CreationDate&amp;gt;2012-01-25T19:44:43.000Z&amp;lt;/CreationDate&amp;gt;&lt;br /&gt;
      &amp;lt;Name&amp;gt;this-is-dev&amp;lt;/Name&amp;gt;&lt;br /&gt;
    &amp;lt;/Bucket&amp;gt;&lt;br /&gt;
  &amp;lt;/Buckets&amp;gt;&lt;br /&gt;
&amp;lt;/ListAllMyBucketsResult&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>