# File lib/aws/s3/request.rb, line 60
      def path_style?
        if force_path_style
          true
        else
          Client.path_style_bucket_name?(bucket)
        end
      end