# File lib/fog/core/deprecated_connection_accessors.rb, line 12
      def connection=(service)
        Fog::Logger.deprecation("#connection= is deprecated, pass :service in at creation [light_black](#{caller.first})[/]")
        @service = service
      end