1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

reverting cloud_watch.rb

This commit is contained in:
Michael Zeng 2011-10-03 17:37:28 -04:00
parent 80012ecbfc
commit 26f284d07c

View file

@ -83,6 +83,7 @@ module Fog
raise ArgumentError, "Unknown region: #{options[:region].inspect}"
end
@path = options[:path] || '/'
@persistent = options[:persistent] || false
@port = options[:port] || 443
@scheme = options[:scheme] || 'https'
@connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}#{@path}", @persistent, @connection_options)