<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>tarzan-aws Google Group</title>
  <link>http://groups.google.com/group/tarzan-aws</link>
  <description>The support group for Tarzan &amp;lt;http://code.google.com/p/tarzan-aws/&amp;gt;</description>
  <language>en</language>
  <item>
  <title>Book Image which will be published in 2010-May is not visible in the Medium</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/1932d36121862039/f2626b1c12252364?show_docid=f2626b1c12252364</link>
  <description>
  Hi, &lt;br&gt; has any one encounter this before: I am getting now all books from an &lt;br&gt; author and there is also one book which will be published in May &lt;br&gt; 2010. For this book there are no Mediums returned by Amazon. &lt;br&gt; So I checked the AMazon website and there is an image linked to the &lt;br&gt; book, when you call up the book.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/1932d36121862039/f2626b1c12252364?show_docid=f2626b1c12252364</guid>
  <author>
  robertgr...@gmail.com
  (rg66)
  </author>
  <pubDate>Sat, 19 Dec 2009 16:50:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudfusion] email authentication for ACL</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/310857f4dc0e534d/3faa5ec360018e4c?show_docid=3faa5ec360018e4c</link>
  <description>
  Docs say &amp;quot;...an array of associative arrays. Each associative array contains an ‘id’ and a ‘permission’.&amp;quot; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tarzan-aws.com/docs/2.0/files/s3-class-php.html#AmazonS3.set_bucket_acl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Haven&#39;t tested it yet, but something like this should work: &lt;br&gt; $s3-&amp;gt;set_bucket_acl($bucket, array( &lt;br&gt; array( &lt;br&gt; &#39;id&#39; =&amp;gt; &#39;...@123.com&#39;,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/310857f4dc0e534d/3faa5ec360018e4c?show_docid=3faa5ec360018e4c</guid>
  <author>
  r...@getcloudfusion.com
  (Ryan Parman)
  </author>
  <pubDate>Fri, 18 Dec 2009 23:43:49 UT
</pubDate>
  </item>
  <item>
  <title>email authentication for ACL</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/310857f4dc0e534d/fd856b892aa5244a?show_docid=fd856b892aa5244a</link>
  <description>
  Hi -- is it possible to set &amp;quot;user by email&amp;quot; authentication for an &lt;br&gt; object ACL? &lt;br&gt; As described in the Amazon docs: &lt;br&gt; Grantees &lt;br&gt; Following are five types of grantees that can access a bucket or &lt;br&gt; object within Amazon S3. &lt;br&gt; * Owner &lt;br&gt; * User by E-mail &lt;br&gt; * User by Canonical Representation &lt;br&gt; * AWS User Group
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/310857f4dc0e534d/fd856b892aa5244a?show_docid=fd856b892aa5244a</guid>
  <author>
  pbas...@gmail.com
  (pbass)
  </author>
  <pubDate>Fri, 18 Dec 2009 20:04:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: AWS-SDB long text fields</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/6b46e8edd17111fe/9237d1ab65026be9?show_docid=9237d1ab65026be9</link>
  <description>
  Oops, that last line should read: &lt;br&gt; // return $array; &lt;br&gt; return $data;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/6b46e8edd17111fe/9237d1ab65026be9?show_docid=9237d1ab65026be9</guid>
  <author>
  mmter...@gmail.com
  (melvinmt)
  </author>
  <pubDate>Thu, 17 Dec 2009 10:48:12 UT
</pubDate>
  </item>
  <item>
  <title>AWS-SDB long text fields</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/6b46e8edd17111fe/cd871f60907b718b?show_docid=cd871f60907b718b</link>
  <description>
  I have an &#39;description&#39; field where the size of it should contain &lt;br&gt; 4,500 chars or more. As with the 1024 bytes constrain I have to chop &lt;br&gt; these strings up to insert them as multiple values and paste them back &lt;br&gt; together again when I fetch the result. Does anyone know a easier way &lt;br&gt; of doing this? &lt;br&gt; This is my solution for so far (with multibyte character support):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/6b46e8edd17111fe/cd871f60907b718b?show_docid=cd871f60907b718b</guid>
  <author>
  mmter...@gmail.com
  (melvinmt)
  </author>
  <pubDate>Thu, 17 Dec 2009 10:45:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: AWS-SDB SimpleXML result to array</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/e634e5bd39fb1b9d?show_docid=e634e5bd39fb1b9d</link>
  <description>
  My understanding is that if you json_encode a simplexml object, and &lt;br&gt; json_decode it, it returns a simple xml object, like it should. (even &lt;br&gt; with the second parameter set with true). &lt;br&gt; Also, if it did convert to an array, I don&#39;t know how json_decode will &lt;br&gt; handle multiple values as arrays will overwrite duplicate key names.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/e634e5bd39fb1b9d?show_docid=e634e5bd39fb1b9d</guid>
  <author>
  mmter...@gmail.com
  (melvinmt)
  </author>
  <pubDate>Thu, 17 Dec 2009 10:39:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudfusion] AWS-SDB SimpleXML result to array</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/43e0a016d4ad96d3?show_docid=43e0a016d4ad96d3</link>
  <description>
  Alternately, if you&#39;re running PHP 5.2 or better, you can run &lt;br&gt; json_decode(json_encode($respo nse)); &lt;br&gt; &lt;p&gt;It works slightly differently between 5.2 and 5.3, but it&#39;s a quick &lt;br&gt; and easy way to convert the entire object to an array. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Ryan Parman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ryanparman.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Sent from my iPhone
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/43e0a016d4ad96d3?show_docid=43e0a016d4ad96d3</guid>
  <author>
  r...@getcloudfusion.com
  (Ryan Parman)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:23:24 UT
</pubDate>
  </item>
  <item>
  <title>AWS-SDB SimpleXML result to array</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/092f29dfe33e5de9?show_docid=092f29dfe33e5de9</link>
  <description>
  I was struggling with the simplexml object results from SimpleDB (I &lt;br&gt; prefer to work with array datasets), so I&#39;ve made these helper &lt;br&gt; functions who deal with multiple items and multi-value fields: &lt;br&gt; &lt;p&gt;// returns multiple items as rows &lt;br&gt; function sdb_get_rows($select){ &lt;br&gt; &lt;p&gt;	foreach($select-&amp;gt;body-&amp;gt;SelectR esult-&amp;gt;Item as $Item){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/fa3c63511f01e575/092f29dfe33e5de9?show_docid=092f29dfe33e5de9</guid>
  <author>
  mmter...@gmail.com
  (melvinmt)
  </author>
  <pubDate>Wed, 16 Dec 2009 09:16:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question on the get_products Extention - Please help</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/9834660b0019baea/fc288291c1e72353?show_docid=fc288291c1e72353</link>
  <description>
  Solved by myself. &lt;br&gt; &lt;p&gt;Bob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/9834660b0019baea/fc288291c1e72353?show_docid=fc288291c1e72353</guid>
  <author>
  robertgr...@gmail.com
  (rg66)
  </author>
  <pubDate>Wed, 16 Dec 2009 06:15:11 UT
</pubDate>
  </item>
  <item>
  <title>Question on the get_products Extention - Please help</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/9834660b0019baea/9ce6a6f9b049cd35?show_docid=9ce6a6f9b049cd35</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am able to get the response back from Amazon and I have used the &lt;br&gt; function get_products. It works perfectly but now I some how are lost &lt;br&gt; with how to read the return values. &lt;br&gt; &lt;p&gt;If there would only be one [body] then I can read it but as I am doing &lt;br&gt; a sendMulitreuqest, i get this back &lt;br&gt; &lt;p&gt;Array
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/9834660b0019baea/9ce6a6f9b049cd35?show_docid=9ce6a6f9b049cd35</guid>
  <author>
  robertgr...@gmail.com
  (rg66)
  </author>
  <pubDate>Mon, 14 Dec 2009 20:37:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Fatal error: Call to undefined function curl_init()</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/6f84f0d5fb0af3cd/3e5ed12de6bc482d?show_docid=3e5ed12de6bc482d</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I moved over to Ubuntu and it works. &lt;br&gt; &lt;p&gt;Bob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/6f84f0d5fb0af3cd/3e5ed12de6bc482d?show_docid=3e5ed12de6bc482d</guid>
  <author>
  robertgr...@gmail.com
  (rg66)
  </author>
  <pubDate>Sat, 12 Dec 2009 16:16:46 UT
</pubDate>
  </item>
  <item>
  <title>Problem: Print all Items</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/cd40533cf036ca61/6b75ac40baf1eff9?show_docid=6b75ac40baf1eff9</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to print out all items and to make life more easier for &lt;br&gt; testing I stated that there are only 2 Totalpages. &lt;br&gt; &lt;p&gt;When I run the following code, I get always the same Items, menaing &lt;br&gt; the first tenitems are also printed out the second time. &lt;br&gt; &lt;p&gt;Can some one look over the code and tell me why I am not able to get
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/cd40533cf036ca61/6b75ac40baf1eff9?show_docid=6b75ac40baf1eff9</guid>
  <author>
  robertgr...@gmail.com
  (rg66)
  </author>
  <pubDate>Sat, 12 Dec 2009 16:03:00 UT
</pubDate>
  </item>
  <item>
  <title>Diese Seite anzeigen: &quot; Lyrikforum mit Amazon AWS&quot;</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/cff5c38c5b712f58/18af301e10c8e3d4?show_docid=18af301e10c8e3d4</link>
  <description>
  Klicken Sie auf &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/tarzan-aws/web/lyrikforum-mit-amazon-aws&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Falls dies nicht funktioniert, kopieren Sie den Link und fügen ihn in &lt;br&gt; die Adressleiste Ihres Browsers ein.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/cff5c38c5b712f58/18af301e10c8e3d4?show_docid=18af301e10c8e3d4</guid>
  <author>
  o...@mypoems.de
  (oslt)
  </author>
  <pubDate>Sat, 12 Dec 2009 07:31:44 UT
</pubDate>
  </item>
  <item>
  <title>CURLOPT_FOLLOWLOCATION</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/072710ebdd10c794/8efa1127427fde41?show_docid=8efa1127427fde41</link>
  <description>
  is there any problems with removing curl_setopt($curl_handle, &lt;br&gt; CURLOPT_FOLLOWLOCATION, true); from _httprequest.class.php? It causes &lt;br&gt; problems on servers with safe_mode on or open_basedir restrictions.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/072710ebdd10c794/8efa1127427fde41?show_docid=8efa1127427fde41</guid>
  <author>
  msei...@gmail.com
  (Marc Seiler)
  </author>
  <pubDate>Thu, 10 Dec 2009 22:47:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudfusion] Fatal error: Call to undefined function curl_init()</title>
  <link>http://groups.google.com/group/tarzan-aws/browse_frm/thread/6f84f0d5fb0af3cd/29546097d39d074d?show_docid=29546097d39d074d</link>
  <description>
  That&#39;s pretty weird. If cURL is installed and enabled correctly in your PHP installation, then curl_init() should exist (as this is the primary function for the cURL extension). &lt;br&gt; &lt;p&gt;I don&#39;t use Windows much anymore, so I won&#39;t be of much help. Do any other Windows users have any ideas? &lt;br&gt; &lt;p&gt;============================== ===========
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tarzan-aws/browse_frm/thread/6f84f0d5fb0af3cd/29546097d39d074d?show_docid=29546097d39d074d</guid>
  <author>
  r...@getcloudfusion.com
  (Ryan Parman)
  </author>
  <pubDate>Thu, 10 Dec 2009 17:13:14 UT
</pubDate>
  </item>
  </channel>
</rss>
