<?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: Amazon S3 bucket limit</title>
	<atom:link href="http://seocracy.com/2009/08/amazon-s3-bucket-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/</link>
	<description>A blog about technical SEO, Ruby, Web Apps, and more</description>
	<lastBuildDate>Mon, 05 Jul 2010 17:10:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-967</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 05 Jul 2010 17:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-967</guid>
		<description>David,

I agree. When it comes to ruby, System.fork is the way to go. Ruby has taught me (forced me?) to think more about parallel processes more than multi-threading. Separating different jobs into their own process has yielded great results.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>I agree. When it comes to ruby, System.fork is the way to go. Ruby has taught me (forced me?) to think more about parallel processes more than multi-threading. Separating different jobs into their own process has yielded great results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-966</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 04 Jul 2010 04:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-966</guid>
		<description>Just a thought, only peripherally related: it&#039;s true that the aws-s3 gem does not play nicely with threads. I&#039;d been assuming it would be okay until I read your post while looking for something else...nope. You&#039;re right.

On the other hand, forking works well &amp; it&#039;s at least as easy to implement as threads--for me, it&#039;s probably a better solution anyway, as I&#039;m building a distributed app using RabbitMQ. I have long-running workers that will have happier lives if the actual work is done in a subprocess, &amp; the aws-s3 gem plays nicely with my low-memory-footprint requirements by allowing all uploads &amp; downloads to stream.

Sure, I could rewrite Amazon&#039;s code to handle streaming, and it&#039;d definitely be easier than trying to make the aws-s3 gem thread-safe, but sometimes, when I find a fork in the road, I take it, y&#039;know?

FWIW.</description>
		<content:encoded><![CDATA[<p>Just a thought, only peripherally related: it&#8217;s true that the aws-s3 gem does not play nicely with threads. I&#8217;d been assuming it would be okay until I read your post while looking for something else&#8230;nope. You&#8217;re right.</p>
<p>On the other hand, forking works well &amp; it&#8217;s at least as easy to implement as threads&#8211;for me, it&#8217;s probably a better solution anyway, as I&#8217;m building a distributed app using RabbitMQ. I have long-running workers that will have happier lives if the actual work is done in a subprocess, &amp; the aws-s3 gem plays nicely with my low-memory-footprint requirements by allowing all uploads &amp; downloads to stream.</p>
<p>Sure, I could rewrite Amazon&#8217;s code to handle streaming, and it&#8217;d definitely be easier than trying to make the aws-s3 gem thread-safe, but sometimes, when I find a fork in the road, I take it, y&#8217;know?</p>
<p>FWIW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-954</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 16 Apr 2010 11:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-954</guid>
		<description>Uh... that&#039;s not my understanding at all. Are you sure?

From what I understand you store an object with the name &quot;foo/bar/baz&quot; and then your can list all objects in that &quot;dir&quot; by giving the parameter &quot;foo/bar/&quot; which lists all objects that start with that string. The slash isn&#039;t special in any way. My impression is that this is done on the server side (Amazon side), and you therefore *have* directories.</description>
		<content:encoded><![CDATA[<p>Uh&#8230; that&#8217;s not my understanding at all. Are you sure?</p>
<p>From what I understand you store an object with the name &#8220;foo/bar/baz&#8221; and then your can list all objects in that &#8220;dir&#8221; by giving the parameter &#8220;foo/bar/&#8221; which lists all objects that start with that string. The slash isn&#8217;t special in any way. My impression is that this is done on the server side (Amazon side), and you therefore *have* directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A to Z of the World</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-846</link>
		<dc:creator>A to Z of the World</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-846</guid>
		<description>I&#039;m sure you are talking about the number of buckets.

My problem is with the number of characters or the max length of file name that S3 bucket can have.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure you are talking about the number of buckets.</p>
<p>My problem is with the number of characters or the max length of file name that S3 bucket can have.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-832</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-832</guid>
		<description>Indeed it does, but I&#039;ve never been a &quot;read the manual&quot; type...much to my detriment. As I&#039;ve matured in my role as a programmer, I&#039;ve learned the value of research before implementation...a hard earned lesson :)</description>
		<content:encoded><![CDATA[<p>Indeed it does, but I&#8217;ve never been a &#8220;read the manual&#8221; type&#8230;much to my detriment. As I&#8217;ve matured in my role as a programmer, I&#8217;ve learned the value of research before implementation&#8230;a hard earned lesson <img src='http://seocracy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Henshaw</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-831</link>
		<dc:creator>Jon Henshaw</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-831</guid>
		<description>On AWS&#039; &lt;a href=&quot;http://docs.amazonwebservices.com/AmazonS3/latest/index.html?UsingBucket.html&quot; rel=&quot;nofollow&quot;&gt;Bucket Restrictions and Limitations&lt;/a&gt; page, it says &quot;Each AWS account can own up to 100 buckets at a time.&quot; So there&#039;s your exact number. Good to know, but sucks knowing after the fact for sure.</description>
		<content:encoded><![CDATA[<p>On AWS&#8217; <a href="http://docs.amazonwebservices.com/AmazonS3/latest/index.html?UsingBucket.html" rel="nofollow">Bucket Restrictions and Limitations</a> page, it says &#8220;Each AWS account can own up to 100 buckets at a time.&#8221; So there&#8217;s your exact number. Good to know, but sucks knowing after the fact for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://seocracy.com/2009/08/amazon-s3-bucket-limit/comment-page-1/#comment-824</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 12 Aug 2009 11:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://seocracy.com/?p=321#comment-824</guid>
		<description>I always enjoy learning what other people think about Amazon Web Services and how they use them. Check out my very own tool CloudBerry Explorer that helps to 
manage S3 on Windows . It is a freeware. http://cloudberrylab.com/</description>
		<content:encoded><![CDATA[<p>I always enjoy learning what other people think about Amazon Web Services and how they use them. Check out my very own tool CloudBerry Explorer that helps to<br />
manage S3 on Windows . It is a freeware. <a href="http://cloudberrylab.com/" rel="nofollow">http://cloudberrylab.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

