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:
parent
588535326f
commit
cc5f41bf1e
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ module Fog
|
|||
:expects => 200,
|
||||
:idempotent => idempotent,
|
||||
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
|
||||
:host => @host,
|
||||
:method => 'POST',
|
||||
:parser => parser
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue