From de07ac9016d00d385446820f6a945c7da5dc55b3 Mon Sep 17 00:00:00 2001 From: "Brian D. Burns" Date: Thu, 31 Oct 2013 23:28:42 -0400 Subject: [PATCH] [aws|cloudwatch] remove :host key from request --- lib/fog/aws/cloud_watch.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/aws/cloud_watch.rb b/lib/fog/aws/cloud_watch.rb index 45d70c71b..b9cc97d6f 100644 --- a/lib/fog/aws/cloud_watch.rb +++ b/lib/fog/aws/cloud_watch.rb @@ -155,7 +155,6 @@ module Fog :expects => 200, :headers => { 'Content-Type' => 'application/x-www-form-urlencoded' }, :idempotent => idempotent, - :host => @host, :method => 'POST', :parser => parser })