# File lib/aws/s3/request.rb, line 34
      def host
        path_style? ? @host : "#{bucket}.#{@host}"
      end