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
1 changed files with 0 additions and 1 deletions

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
})