Amazon Simple Storage Service
Developer Guide (API Version 2006-03-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Managing Bucket Website Configuration

You can host static websites in Amazon S3 by adding website configuration to your bucket. You do this by adding a website subresource describing the configuration information, such as the index document name and the custom error document name. There are several ways you can manage your bucket's website configuration. AWS Management Console enables you to manage configuration without writing any code. You can programmatically create, update and delete the website configuration using the AWS SDK. The SDK provides wrapper classes around the Amazon S3 REST API; and if your application requires it, you can send the REST API requests directly from your application.