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

[aws|cloudwatch] remove :host key from request

This commit is contained in:
Brian D. Burns 2013-10-31 23:28:42 -04:00
parent b7a1f6fc28
commit de07ac9016

View file

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