<?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_Bucket_%28List_Objects%29</id>
		<title>GET Bucket (List Objects) - 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_Bucket_%28List_Objects%29"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Bucket_(List_Objects)&amp;action=history"/>
		<updated>2026-04-10T07:39:36Z</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_Bucket_(List_Objects)&amp;diff=2467&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_Bucket_(List_Objects)&amp;diff=2467&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_Bucket_(List_Objects)&amp;diff=2466&amp;oldid=prev</id>
		<title>Mike.robski at 13:26, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Bucket_(List_Objects)&amp;diff=2466&amp;oldid=prev"/>
				<updated>2013-05-20T13:26:29Z</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 ome or all of the objects in a bucket&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: ''BucketName''.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: ''signatureValue''&lt;br /&gt;
&lt;br /&gt;
; Parameters &lt;br /&gt;
* delimiter: character you use to group keys&lt;br /&gt;
* marker: key to start with when listing objects in a a bucket&lt;br /&gt;
* max-keys: maximum number of keys returned in the response body&lt;br /&gt;
* prefix: limits the rseponse to keys that begin with the specified prefix&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;
* Contents: Metadata about each object returned.&lt;br /&gt;
* CommonPrefixes: only if you specify a delimiter, contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter.&lt;br /&gt;
* Delimiter: Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection&lt;br /&gt;
* DisplayName: Object owner's name.&lt;br /&gt;
* ETag: MD5 hash of the object&lt;br /&gt;
* ID: Object owner's ID.&lt;br /&gt;
* IsTruncated: Specifies whether (true) or not (false) all of the results were returned&lt;br /&gt;
* Key: The object's key.&lt;br /&gt;
* LastModified: Date and time the object was last modified.&lt;br /&gt;
* Marker: Indicates where in the bucket to begin listing.&lt;br /&gt;
* MaxKeys: The maximum number of keys returned in the response body.&lt;br /&gt;
* Name: Name of the bucket.&lt;br /&gt;
* Owner: Bucket owner.&lt;br /&gt;
* Prefix: Keys that begin with the indicated prefix.&lt;br /&gt;
* Size: Size in bytes of the object.&lt;br /&gt;
* StorageClass: Always STANDARD.&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;
 Host: ''BucketName''.hs2.hostway.com&lt;br /&gt;
 Date: ''date''&lt;br /&gt;
 Authorization: AWS ''signatureValue''&lt;br /&gt;
 Content-Type: text/plain&lt;br /&gt;
&lt;br /&gt;
; Sample Response&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ListBucketResult xmlns=&amp;quot;http://s3.amazonaws.com/doc/2006-03-01/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;Name&amp;gt;fitnesse&amp;lt;/Name&amp;gt;&lt;br /&gt;
  &amp;lt;Delimiter /&amp;gt;&lt;br /&gt;
  &amp;lt;MaxKeys&amp;gt;1000&amp;lt;/MaxKeys&amp;gt;&lt;br /&gt;
  &amp;lt;Prefix /&amp;gt;&lt;br /&gt;
  &amp;lt;Marker /&amp;gt;&lt;br /&gt;
  &amp;lt;IsTruncated&amp;gt;false&amp;lt;/IsTruncated&amp;gt;&lt;br /&gt;
  &amp;lt;Contents&amp;gt;&lt;br /&gt;
    &amp;lt;LastModified&amp;gt;2012-05-04T07:22:59.000Z&amp;lt;/LastModified&amp;gt;&lt;br /&gt;
    &amp;lt;ETag&amp;gt;&amp;quot;b97347d2fb66c24bdafee7934bc873af&amp;quot;&amp;lt;/ETag&amp;gt;&lt;br /&gt;
    &amp;lt;StorageClass&amp;gt;STANDARD&amp;lt;/StorageClass&amp;gt;&lt;br /&gt;
    &amp;lt;Key&amp;gt;hs2-copy.txt&amp;lt;/Key&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;Size&amp;gt;14&amp;lt;/Size&amp;gt;&lt;br /&gt;
  &amp;lt;/Contents&amp;gt;&lt;br /&gt;
  &amp;lt;Contents&amp;gt;&lt;br /&gt;
    &amp;lt;LastModified&amp;gt;2012-05-03T21:43:18.000Z&amp;lt;/LastModified&amp;gt;&lt;br /&gt;
    &amp;lt;ETag&amp;gt;&amp;quot;b97347d2fb66c24bdafee7934bc873af&amp;quot;&amp;lt;/ETag&amp;gt;&lt;br /&gt;
    &amp;lt;StorageClass&amp;gt;STANDARD&amp;lt;/StorageClass&amp;gt;&lt;br /&gt;
    &amp;lt;Key&amp;gt;hs2-monitoring.txt&amp;lt;/Key&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;Size&amp;gt;14&amp;lt;/Size&amp;gt;&lt;br /&gt;
  &amp;lt;/Contents&amp;gt;&lt;br /&gt;
&amp;lt;/ListBucketResult&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>