mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove deprecated host
Excon option from dynamodb
This commit is contained in:
parent
f0c17dba8c
commit
2b7a60289a
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ module Fog
|
|||
# defaults for all dynamodb requests
|
||||
params.merge!({
|
||||
:expects => 200,
|
||||
:host => @host,
|
||||
:method => :post,
|
||||
:path => '/'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue