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

Fixing [excon][WARNING] Invalid Excon request keys log noise when trying to use STS

This commit is contained in:
Joshua Garnett 2014-02-13 21:01:02 -05:00
parent 908efa0161
commit b4eae8b13c

View file

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