mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
save the region in a instance variable
This commit is contained in:
parent
beb91525c0
commit
ec485d315b
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ module Fog
|
|||
@port = options[:port] || 443
|
||||
@scheme = options[:scheme] || 'https'
|
||||
@connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}#{@path}", @persistent, @connection_options)
|
||||
@region = options[:region]
|
||||
end
|
||||
|
||||
def reload
|
||||
|
|
Loading…
Reference in a new issue