<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Playing with S3 in Python</title>
	<atom:link href="http://thermopylae.net/blog/2008/07/22/playing-with-s3-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://thermopylae.net/blog/2008/07/22/playing-with-s3-in-python/</link>
	<description>Do I know what a rhetorical question is?</description>
	<lastBuildDate>Fri, 26 Mar 2010 16:40:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jim</title>
		<link>http://thermopylae.net/blog/2008/07/22/playing-with-s3-in-python/comment-page-1/#comment-262</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 14 May 2009 16:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://thermopylae.net/blog/?p=4#comment-262</guid>
		<description>Thanks for publishing this getting started guide; it saved me some time trying out S3.  

The first issue I had was that I created a bucket name with uppercase letters.  That blows with a weird 403 Forbidden error, leading you to think it&#039;s a problem with credentials.  But change everything to lowercase and it works.

The problem I have now is that your small sample program takes 20 seconds to run!  I changed it to get_bucket instead of create_bucket (after creating the bucket), and it still took 20 seconds.  I looked around the source code and saw that get_bucket has an extra argument, validate=False, and when I used that, the get_bucket completed quickly, but now set_contents_from_filename takes a long time (20 seconds).  I have tried other things like s3put in the boto distribution, and it also takes 20 seconds.

Any ideas?  It sounds like some kind of DNS problem on my end, but I can ping s3.amazonaws.com instantly.

Thanks!
Jim</description>
		<content:encoded><![CDATA[<p>Thanks for publishing this getting started guide; it saved me some time trying out S3.  </p>
<p>The first issue I had was that I created a bucket name with uppercase letters.  That blows with a weird 403 Forbidden error, leading you to think it&#8217;s a problem with credentials.  But change everything to lowercase and it works.</p>
<p>The problem I have now is that your small sample program takes 20 seconds to run!  I changed it to get_bucket instead of create_bucket (after creating the bucket), and it still took 20 seconds.  I looked around the source code and saw that get_bucket has an extra argument, validate=False, and when I used that, the get_bucket completed quickly, but now set_contents_from_filename takes a long time (20 seconds).  I have tried other things like s3put in the boto distribution, and it also takes 20 seconds.</p>
<p>Any ideas?  It sounds like some kind of DNS problem on my end, but I can ping s3.amazonaws.com instantly.</p>
<p>Thanks!<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thermopylae.net/blog/2008/07/22/playing-with-s3-in-python/comment-page-1/#comment-198</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Feb 2009 08:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://thermopylae.net/blog/?p=4#comment-198</guid>
		<description>As you can see from the command prompts, the example I had in my blog was done on Windows. It shouldn&#039;t really matter since the code doesn&#039;t have any platform specific dependencies.</description>
		<content:encoded><![CDATA[<p>As you can see from the command prompts, the example I had in my blog was done on Windows. It shouldn&#8217;t really matter since the code doesn&#8217;t have any platform specific dependencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://thermopylae.net/blog/2008/07/22/playing-with-s3-in-python/comment-page-1/#comment-195</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 18 Feb 2009 14:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://thermopylae.net/blog/?p=4#comment-195</guid>
		<description>Hi,

This is great to see. I was wondering if boto works on Windows. I hope that is windows you are running. Pls confirm. I m writing a cross platform app and i would be delighted to know. Pls let me know if there are any dependencies that i need to take care of.

Thanks a ton

Sam</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is great to see. I was wondering if boto works on Windows. I hope that is windows you are running. Pls confirm. I m writing a cross platform app and i would be delighted to know. Pls let me know if there are any dependencies that i need to take care of.</p>
<p>Thanks a ton</p>
<p>Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
