<?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: How to Alias a Domain Name or Sub Domain to Amazon S3</title>
	<atom:link href="http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/feed" rel="self" type="application/rss+xml" />
	<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3</link>
	<description>My personal take on tech</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:40:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: komin</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-66425</link>
		<dc:creator>komin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 06:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-66425</guid>
		<description>Just what I needed, thanks!</description>
		<content:encoded><![CDATA[<p>Just what I needed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROW</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-47864</link>
		<dc:creator>ROW</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-47864</guid>
		<description>Well, I take back what I said above because I am able to access the robots.txt even if my bucket is not set to read for all. This is out of my understanding. May be Carlton you can throw some light?

Now given this, I am just setting my robots.txt to be read by everyone while other files will only use time limited expiring URL&#039;s.</description>
		<content:encoded><![CDATA[<p>Well, I take back what I said above because I am able to access the robots.txt even if my bucket is not set to read for all. This is out of my understanding. May be Carlton you can throw some light?</p>
<p>Now given this, I am just setting my robots.txt to be read by everyone while other files will only use time limited expiring URL&#039;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROW</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-47861</link>
		<dc:creator>ROW</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-47861</guid>
		<description>Hi Carlton,

That was an amazing explanation. Thanks a lot.

A point regarding &quot;final steps&quot;:

1) I recommend setting the bucket permission to &quot;full control by owner&quot; only and setting the permissions of the files within the bucket to &quot;full control by owner, read access for everyone&quot;. This will prevent people from being able to browse/list the files in your bucket.

2) If you don&#039;t want Google (or Google Images) to index the files in your subdomain, create a file named robots.txt containing the following and copy it into your bucket:

Given the settings you did in #1 I think you can leave out #2. Reason being, If you set &quot;full control by owner&quot; ONLY for the bucket then googlebot will NOT be able to read the robots.txt that is placed in the bucket. Hence whether you have the robots.txt or not it won&#039;t make any difference.</description>
		<content:encoded><![CDATA[<p>Hi Carlton,</p>
<p>That was an amazing explanation. Thanks a lot.</p>
<p>A point regarding &#034;final steps&#034;:</p>
<p>1) I recommend setting the bucket permission to &#034;full control by owner&#034; only and setting the permissions of the files within the bucket to &#034;full control by owner, read access for everyone&#034;. This will prevent people from being able to browse/list the files in your bucket.</p>
<p>2) If you don&#039;t want Google (or Google Images) to index the files in your subdomain, create a file named robots.txt containing the following and copy it into your bucket:</p>
<p>Given the settings you did in #1 I think you can leave out #2. Reason being, If you set &#034;full control by owner&#034; ONLY for the bucket then googlebot will NOT be able to read the robots.txt that is placed in the bucket. Hence whether you have the robots.txt or not it won&#039;t make any difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-36501</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-36501</guid>
		<description>S3 doesn&#039;t support FTP. You&#039;ll need a program that&#039;s implemented the S3 protocol and supports a command line interface, such as &lt;a href=&quot;http://developer.amazonwebservices.com/connect/thread.jspa?threadID=11975&amp;start=0&amp;tstart=0&quot; rel=&quot;nofollow&quot;&gt;S3 Sync for Ruby&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>S3 doesn&#039;t support FTP. You&#039;ll need a program that&#039;s implemented the S3 protocol and supports a command line interface, such as <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=11975&#038;start=0&#038;tstart=0" rel="nofollow">S3 Sync for Ruby</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Auckland</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-36498</link>
		<dc:creator>Matt Auckland</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-36498</guid>
		<description>Great article, just what I was looking for. Thanks to Chris @ stillbreathing.co.uk for pointing it out.

One question, can you ftp and interact with a bucket and its content? I need to be able to upload and delete content oo the subdomain/bucket via scripts excuted from my main server.

Matt</description>
		<content:encoded><![CDATA[<p>Great article, just what I was looking for. Thanks to Chris @ stillbreathing.co.uk for pointing it out.</p>
<p>One question, can you ftp and interact with a bucket and its content? I need to be able to upload and delete content oo the subdomain/bucket via scripts excuted from my main server.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazon S3 for beginners — Matthew Ogston</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-32824</link>
		<dc:creator>Amazon S3 for beginners — Matthew Ogston</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-32824</guid>
		<description>[...] Update: If you would like to use your own domain for accessing your files stored on S3 (e.g. cdn.mydomain.com instead of my-assets.s3.amazonaws.com), then you&#8217;ll find this article useful: How to Alias a Domain Name or Sub Domain to Amazon S3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: If you would like to use your own domain for accessing your files stored on S3 (e.g. cdn.mydomain.com instead of my-assets.s3.amazonaws.com), then you&#039;ll find this article useful: How to Alias a Domain Name or Sub Domain to Amazon S3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khal</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-28738</link>
		<dc:creator>Khal</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-28738</guid>
		<description>Hi

I tried doing this. Took a few attempts .. but got it working.. both this post and this post

http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/comment-page-1/#comment-135

were never clear on things.. let me give it a shot for people who get stuck..


You want your url like

http://superman.site.com/

Or

http://coolservername.site.com/

agreed?

Good..

1) Create your subdomain on your domain Cpanel folder.

For this example, I own test.com and the subdomain I created is batman.test.com

2) Open Cloud Explorer (free amazon s3 kit) and create your bucket.. this is the important part..

your bucket name must be your entire subdomain name

So create
&quot;batman.test.com&quot; as a bucket and not &quot;batman&quot;

NOW you can follow the rest of these tutorials  

3) Your name should be a new CNAME entry for your domain. For my example of batman.test.com, the entry was:

    * Name: batman
    * Type: CNAME
    * Value: s3.amazonaws.com.
    * (If you are an European users, use s3-external-3.amazonaws.com. instead)

Thats it!

http://test.batman.com/loads/bucket/subfolders/logo.png

Enjoy!!</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried doing this. Took a few attempts .. but got it working.. both this post and this post</p>
<p><a href="http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/comment-page-1/#comment-135" rel="nofollow">http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/comment-page-1/#comment-135</a></p>
<p>were never clear on things.. let me give it a shot for people who get stuck..</p>
<p>You want your url like</p>
<p><a href="http://superman.site.com/" rel="nofollow">http://superman.site.com/</a></p>
<p>Or</p>
<p><a href="http://coolservername.site.com/" rel="nofollow">http://coolservername.site.com/</a></p>
<p>agreed?</p>
<p>Good..</p>
<p>1) Create your subdomain on your domain Cpanel folder.</p>
<p>For this example, I own test.com and the subdomain I created is batman.test.com</p>
<p>2) Open Cloud Explorer (free amazon s3 kit) and create your bucket.. this is the important part..</p>
<p>your bucket name must be your entire subdomain name</p>
<p>So create<br />
&#034;batman.test.com&#034; as a bucket and not &#034;batman&#034;</p>
<p>NOW you can follow the rest of these tutorials  </p>
<p>3) Your name should be a new CNAME entry for your domain. For my example of batman.test.com, the entry was:</p>
<p>    * Name: batman<br />
    * Type: CNAME<br />
    * Value: s3.amazonaws.com.<br />
    * (If you are an European users, use s3-external-3.amazonaws.com. instead)</p>
<p>Thats it!</p>
<p><a href="http://test.batman.com/loads/bucket/subfolders/logo.png" rel="nofollow">http://test.batman.com/loads/bucket/subfolders/logo.png</a></p>
<p>Enjoy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-19925</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-19925</guid>
		<description>Hey thanks for this, it&#039;s exactly what I was looking for and worked perfectly.</description>
		<content:encoded><![CDATA[<p>Hey thanks for this, it&#039;s exactly what I was looking for and worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross McMillan</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-7924</link>
		<dc:creator>Ross McMillan</dc:creator>
		<pubDate>Tue, 14 Apr 2009 09:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-7924</guid>
		<description>AWS documentation mentions that https sites will give a certificate mismatch error.</description>
		<content:encoded><![CDATA[<p>AWS documentation mentions that https sites will give a certificate mismatch error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtual1</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4424</link>
		<dc:creator>Virtual1</dc:creator>
		<pubDate>Sat, 21 Feb 2009 20:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4424</guid>
		<description>Thanks for the great description of exactly how to handle the CNAME.  The Amazon doc is not too clear :-)

I have this somewhat setup now with a couple of mp3 files and it goes right to the file and plays in Quicktime through FF.  However, in IE, I get a Certificate Error.</description>
		<content:encoded><![CDATA[<p>Thanks for the great description of exactly how to handle the CNAME.  The Amazon doc is not too clear <img src='http://carltonbale.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have this somewhat setup now with a couple of mp3 files and it goes right to the file and plays in Quicktime through FF.  However, in IE, I get a Certificate Error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barkeeper</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4259</link>
		<dc:creator>Barkeeper</dc:creator>
		<pubDate>Sat, 18 Oct 2008 16:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4259</guid>
		<description>I&#039;ve tried a while before I found out in your tutorial, that the bucket name must match the subdomain name - thx a lot for the description!</description>
		<content:encoded><![CDATA[<p>I&#039;ve tried a while before I found out in your tutorial, that the bucket name must match the subdomain name &#8211; thx a lot for the description!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4131</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Sat, 12 Jul 2008 23:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4131</guid>
		<description>Thanks for the clear description on how to get this to work. It works great!</description>
		<content:encoded><![CDATA[<p>Thanks for the clear description on how to get this to work. It works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4079</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Sat, 31 May 2008 12:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4079</guid>
		<description>Meister: Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Meister: Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meister</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4078</link>
		<dc:creator>Meister</dc:creator>
		<pubDate>Sat, 31 May 2008 12:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4078</guid>
		<description>With European bucket, you should create the CNAME to &quot;s3-external-3.amazonaws.com&quot;</description>
		<content:encoded><![CDATA[<p>With European bucket, you should create the CNAME to &#034;s3-external-3.amazonaws.com&#034;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-4075</link>
		<dc:creator>Ola</dc:creator>
		<pubDate>Mon, 26 May 2008 12:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-4075</guid>
		<description>I have the same problem with a european bucket. Otherwise i guess it was a great guide ;)</description>
		<content:encoded><![CDATA[<p>I have the same problem with a european bucket. Otherwise i guess it was a great guide <img src='http://carltonbale.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mierco</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-3759</link>
		<dc:creator>Mierco</dc:creator>
		<pubDate>Fri, 28 Dec 2007 19:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-3759</guid>
		<description>Thanks for publishing your tutorial. Worked just perfectly for the last few weeks.
Actually it still works but not for european buckets anymore.

If you access an EU bucket over the subdomain http://server.domain.com/ you&#039;ll instantly forwarded to:
http://server.domain.com.s3-external-3.amazonaws.com/
I noticed it today, so I guess Amazon changed some settings not more than a week ago.

I hope this is interesting for you and I&#039;m looking forward for a reply :-)</description>
		<content:encoded><![CDATA[<p>Thanks for publishing your tutorial. Worked just perfectly for the last few weeks.<br />
Actually it still works but not for european buckets anymore.</p>
<p>If you access an EU bucket over the subdomain <a href="http://server.domain.com/" rel="nofollow">http://server.domain.com/</a> you&#039;ll instantly forwarded to:<br />
<a href="http://server.domain.com.s3-external-3.amazonaws.com/" rel="nofollow">http://server.domain.com.s3-external-3.amazonaws.com/</a><br />
I noticed it today, so I guess Amazon changed some settings not more than a week ago.</p>
<p>I hope this is interesting for you and I&#039;m looking forward for a reply <img src='http://carltonbale.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randulo</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-3580</link>
		<dc:creator>randulo</dc:creator>
		<pubDate>Thu, 22 Nov 2007 19:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-3580</guid>
		<description>Thanks a million for writing this, it was exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks a million for writing this, it was exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-3559</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Sat, 17 Nov 2007 01:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-3559</guid>
		<description>Thank you very much for posting this article, it&#039;s a VERY important thing, and still after reading AWS articles &amp; docs I had no clue whether it&#039;s possible or not.

I&#039;m really excited about opportunities given by the S3, but it was quite upsetting to think that one couldn&#039;t use own dns there.

It&#039;s one thing if you start a project that uses Amazon&#039;s brand (by mentioning AWS in its description and URLs of the files) to gain some credibility - but for many serious projects that have their own brands etc it&#039;s better not to confuse users with links to Amazon.

And the the Google problem that&#039;s mentioned by you is a very important issue as well.

So, again, thank you very much for this article!</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this article, it&#039;s a VERY important thing, and still after reading AWS articles &amp; docs I had no clue whether it&#039;s possible or not.</p>
<p>I&#039;m really excited about opportunities given by the S3, but it was quite upsetting to think that one couldn&#039;t use own dns there.</p>
<p>It&#039;s one thing if you start a project that uses Amazon&#039;s brand (by mentioning AWS in its description and URLs of the files) to gain some credibility &#8211; but for many serious projects that have their own brands etc it&#039;s better not to confuse users with links to Amazon.</p>
<p>And the the Google problem that&#039;s mentioned by you is a very important issue as well.</p>
<p>So, again, thank you very much for this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asder</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-3525</link>
		<dc:creator>asder</dc:creator>
		<pubDate>Wed, 31 Oct 2007 11:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-3525</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Bale</title>
		<link>http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/comment-page-1#comment-3518</link>
		<dc:creator>Carlton Bale</dc:creator>
		<pubDate>Fri, 26 Oct 2007 14:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/#comment-3518</guid>
		<description>Matthias: Thanks for the correction; the post has been updated.</description>
		<content:encoded><![CDATA[<p>Matthias: Thanks for the correction; the post has been updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
