# File lib/aws/s3/website_configuration.rb, line 51
      def initialize options = {}
        @options = deep_copy(options)
        if @options.empty?
          @options[:index_document] = { :suffix => 'index.html' }
          @options[:error_document] = { :key => 'error.html' }
        end
      end