1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|fog] Don't pass :host to Excon request

See issue #2284
This commit is contained in:
Jason Smith 2014-01-08 09:30:56 -08:00
parent 7f7665ad80
commit d1ea39191e

View file

@ -117,7 +117,6 @@ module Fog
:expects => 200,
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
:idempotent => idempotent,
:host => @host,
:method => 'POST',
:parser => parser
})