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:
parent
80012ecbfc
commit
26f284d07c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue