"There are many tools available for working with Amazon S3 without having to write a software application. For this article, we’ll be using a plug-in for the Firefox browser, called S3Fox. You can also use one of the many code samples and tools available through the Amazon S3 Resource Center, or use a product built on Amazon S3 in the Solutions Catalog.

First, create a bucket in your Amazon S3 account that corresponds to the domain you’ll use to host your media files. For our web site, we’ll create a bucket called “media.webscalecomputing.info”.

Important: Use lower-case letters only to name buckets that will be used in DNS redirects. This requirement is a function of the way that DNS handles names (always lower case).

Why use this specific bucket name? Amazon S3 has a virtual hosting feature that allows inbound requests from a web site, so it will serve up content from the bucket by the same name. We’ll talk more about this feature in the next section when we configure our domain.

Next, add your media files to the new bucket in Amazon S3. Using the Firefox plug-in, it’s as simple as selecting the files on your local system, then clicking the transfer button."

Read full article for instructions



Return to Home