1
0
Fork 0
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:
Pedro Belo 2014-03-19 09:27:28 -07:00
parent f0c17dba8c
commit 2b7a60289a

View file

@ -112,7 +112,6 @@ module Fog
# defaults for all dynamodb requests
params.merge!({
:expects => 200,
:host => @host,
:method => :post,
:path => '/'
})