mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
9d1235882c
commit
4fc59f4393
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module Fog
|
|||
@host = options[:host] || "dynamodb.#{@region}.amazonaws.com"
|
||||
@path = options[:path] || '/'
|
||||
@persistent = options[:persistent] || false
|
||||
@port = options[:port] || '80' #443
|
||||
@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