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

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

Related issues: #2262, #2265 & #2284
This commit is contained in:
Robert Bousquet 2013-10-19 14:30:28 -07:00
parent 588535326f
commit cc5f41bf1e

View file

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