<?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: 9 Hidden Features of Amazon S3</title>
	<atom:link href="http://carltonbale.com/9-hidden-features-of-amazon-s3/feed" rel="self" type="application/rss+xml" />
	<link>http://carltonbale.com/9-hidden-features-of-amazon-s3</link>
	<description>My personal take on tech</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:48:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How to Prevent Hotlinking of Images Hosted on Amazon S3</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-112436</link>
		<dc:creator>How to Prevent Hotlinking of Images Hosted on Amazon S3</dc:creator>
		<pubDate>Sat, 22 Oct 2011 05:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-112436</guid>
		<description>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</description>
		<content:encoded><![CDATA[<p>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-89759</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 12 May 2011 12:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-89759</guid>
		<description>Brandon, I believe that it is, but the person must be an Amazon S3 user.</description>
		<content:encoded><![CDATA[<p>Brandon, I believe that it is, but the person must be an Amazon S3 user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-89685</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 11 May 2011 16:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-89685</guid>
		<description>Is option number 7 &quot;Share your bucket with a someone – whether they’re an S3 user or not.&quot; still supported by Amazon S3. I can&#039;t seem to find the option that you are describing.</description>
		<content:encoded><![CDATA[<p>Is option number 7 &#8220;Share your bucket with a someone – whether they’re an S3 user or not.&#8221; still supported by Amazon S3. I can&#8217;t seem to find the option that you are describing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shazad</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-89380</link>
		<dc:creator>Shazad</dc:creator>
		<pubDate>Sun, 08 May 2011 01:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-89380</guid>
		<description>Thankyou Carlton for sharing your valuable knowledge.

Exellant post. Keep you the good work. 

Regards
Shazad</description>
		<content:encoded><![CDATA[<p>Thankyou Carlton for sharing your valuable knowledge.</p>
<p>Exellant post. Keep you the good work. </p>
<p>Regards<br />
Shazad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-87564</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 13 Apr 2011 09:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-87564</guid>
		<description>That is the best S3 article I have stumbled across on the web.  Definitely an area where I have to make the effort to learn more as it could prove invaluable.  Thanks for writing it.</description>
		<content:encoded><![CDATA[<p>That is the best S3 article I have stumbled across on the web.  Definitely an area where I have to make the effort to learn more as it could prove invaluable.  Thanks for writing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanlin Ye</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-81658</link>
		<dc:creator>Yanlin Ye</dc:creator>
		<pubDate>Thu, 03 Feb 2011 18:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-81658</guid>
		<description>Thanks, Carlton.  That was my understanding as well.  I&#039;ve mentioned two possible workarounds for content listing:

1. Create a bucket for each user and put the user&#039;s files in that bucket.  However, since bucket names are global across all Amazon S3 accounts, I am not sure whether or not there are any restrictions on the number of buckets an account can have.  Another problem is that the end user will still likely have no clue on the XML file.

2. Create a simple application that reads the content of the specified bucket and displays only the files and sub-folders within the given folder.  This is an extra layer of indirection, of course.

Of course this only applies to public access.  For authenticated users, we can always use the S3 management console, or even better, some third party tool such as Bucket Explorer.</description>
		<content:encoded><![CDATA[<p>Thanks, Carlton.  That was my understanding as well.  I&#8217;ve mentioned two possible workarounds for content listing:</p>
<p>1. Create a bucket for each user and put the user&#8217;s files in that bucket.  However, since bucket names are global across all Amazon S3 accounts, I am not sure whether or not there are any restrictions on the number of buckets an account can have.  Another problem is that the end user will still likely have no clue on the XML file.</p>
<p>2. Create a simple application that reads the content of the specified bucket and displays only the files and sub-folders within the given folder.  This is an extra layer of indirection, of course.</p>
<p>Of course this only applies to public access.  For authenticated users, we can always use the S3 management console, or even better, some third party tool such as Bucket Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-81657</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 03 Feb 2011 17:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-81657</guid>
		<description>No, not of which I&#039;m aware. It would require some coding on a website interfacing with S3, but can&#039;t be done directly within S3 as I understand it.</description>
		<content:encoded><![CDATA[<p>No, not of which I&#8217;m aware. It would require some coding on a website interfacing with S3, but can&#8217;t be done directly within S3 as I understand it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yangler</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-81644</link>
		<dc:creator>yangler</dc:creator>
		<pubDate>Thu, 03 Feb 2011 15:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-81644</guid>
		<description>For item #2, &quot;Enable / Disable directory browsing,&quot; is there a way to allow the listing of the content of a folder (or any folder within a bucket)?  I am asking this because we would like to create a folder for each (anonymous) user and put multiple files in there for her/him.  Thanks,

Yangler</description>
		<content:encoded><![CDATA[<p>For item #2, &#8220;Enable / Disable directory browsing,&#8221; is there a way to allow the listing of the content of a folder (or any folder within a bucket)?  I am asking this because we would like to create a folder for each (anonymous) user and put multiple files in there for her/him.  Thanks,</p>
<p>Yangler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-77855</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 31 Dec 2010 03:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-77855</guid>
		<description>This is some nice and valuable Amazon S3 information. I&#039;ve been looking for a free alternative to bucket explorer, do you know of any that work similar?</description>
		<content:encoded><![CDATA[<p>This is some nice and valuable Amazon S3 information. I&#8217;ve been looking for a free alternative to bucket explorer, do you know of any that work similar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-56296</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 15 May 2010 14:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-56296</guid>
		<description>DragonDisk is a fast S3 client with an intuitive graphical user interface ( http://www.dragondisk.com )</description>
		<content:encoded><![CDATA[<p>DragonDisk is a fast S3 client with an intuitive graphical user interface ( <a href="http://www.dragondisk.com" rel="nofollow">http://www.dragondisk.com</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prevent Hotlinking of your Amazon S3 Images &#124; Syamsurian.com</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-47219</link>
		<dc:creator>Prevent Hotlinking of your Amazon S3 Images &#124; Syamsurian.com</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-47219</guid>
		<description>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</description>
		<content:encoded><![CDATA[<p>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prevent Hotlinking of your Amazon S3 Images - News from Tech</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-47197</link>
		<dc:creator>Prevent Hotlinking of your Amazon S3 Images - News from Tech</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-47197</guid>
		<description>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</description>
		<content:encoded><![CDATA[<p>[...] the Content-Type set as image/jpg while a .html file will have the Content-Type as text/html. A hidden feature in Amazon S3 is that you can manually assign any Content-Type to any file, irrespective of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-44375</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-44375</guid>
		<description>Sorry,  but I&#039;m not that familiar with the SDK.</description>
		<content:encoded><![CDATA[<p>Sorry,  but I&#8217;m not that familiar with the SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-44366</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-44366</guid>
		<description>Thanks for the response do you know if the shared folders work with the SDK?</description>
		<content:encoded><![CDATA[<p>Thanks for the response do you know if the shared folders work with the SDK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-44342</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-44342</guid>
		<description>I know no way to do user authentication over http.  I think the S3 protocol is required to do that. The closest feature would be the temporary URLs that you create and send, but probably not what you&#039;re looking for. There may be a web-based S3 client to give and in-the-browser experience, but it wouldn&#039;t be a true http request.</description>
		<content:encoded><![CDATA[<p>I know no way to do user authentication over http.  I think the S3 protocol is required to do that. The closest feature would be the temporary URLs that you create and send, but probably not what you&#8217;re looking for. There may be a web-based S3 client to give and in-the-browser experience, but it wouldn&#8217;t be a true http request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-44174</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-44174</guid>
		<description>Is there a way for the user to access the a shared bucket just using a url request? or does the user have to access the shared bucket using a third party application. I don&#039;t have my bucket shared to everyone I just have it shared to a certain user with read-only rights in the ACL. I have tested the ACL using S3browers but I don&#039;t want to have to use that product. I might even have a script to access the files remotely if possible. any help would be appreciated :)

Chris</description>
		<content:encoded><![CDATA[<p>Is there a way for the user to access the a shared bucket just using a url request? or does the user have to access the shared bucket using a third party application. I don&#8217;t have my bucket shared to everyone I just have it shared to a certain user with read-only rights in the ACL. I have tested the ACL using S3browers but I don&#8217;t want to have to use that product. I might even have a script to access the files remotely if possible. any help would be appreciated <img src='http://carltonbale.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-35952</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-35952</guid>
		<description>Very nice blog post on S3.

What audio player are you using to play your mp3 on S3? I can&#039;t seem to get WPAudio to work.

Thanks!

Frank</description>
		<content:encoded><![CDATA[<p>Very nice blog post on S3.</p>
<p>What audio player are you using to play your mp3 on S3? I can&#8217;t seem to get WPAudio to work.</p>
<p>Thanks!</p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-10-14 &#171; Amy G. Dala</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-17492</link>
		<dc:creator>links for 2009-10-14 &#171; Amy G. Dala</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-17492</guid>
		<description>[...] 9 Hidden Features of Amazon S3 &#124; CarltonBale.com (tags: aws s3 amazon) [...]</description>
		<content:encoded><![CDATA[<p>[...] 9 Hidden Features of Amazon S3 | CarltonBale.com (tags: aws s3 amazon) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-10819</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Thu, 28 May 2009 23:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-10819</guid>
		<description>http://florchakh.com/2007/03/23/how-to-hide-affiliate-links-with-javascript.html</description>
		<content:encoded><![CDATA[<p><a href="http://florchakh.com/2007/03/23/how-to-hide-affiliate-links-with-javascript.html" rel="nofollow">http://florchakh.com/2007/03/23/how-to-hide-affiliate-links-with-javascript.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monts</title>
		<link>http://carltonbale.com/9-hidden-features-of-amazon-s3/comment-page-1#comment-10811</link>
		<dc:creator>monts</dc:creator>
		<pubDate>Thu, 28 May 2009 19:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/?p=496#comment-10811</guid>
		<description>put a flash or java player on the web page and it will hide the link? can u show us how???</description>
		<content:encoded><![CDATA[<p>put a flash or java player on the web page and it will hide the link? can u show us how???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

