# File lib/aws/s3/website_configuration.rb, line 88
      def error_document_key= key
        @options.delete(:redirect_all_requests_to)
        @options[:error_document] ||= {}
        @options[:error_document][:key] = key
      end