# File lib/fog/core/deprecated_connection_accessors.rb, line 22
      def connection
        Fog::Logger.deprecation("#connection is deprecated, use #service instead [light_black](#{caller.first})[/]")
        @service
      end