# File lib/aws/s3/request.rb, line 58 def host Client.path_style_bucket_name?(bucket) ? @host : "#{bucket}.#{@host}" end