From e57058fff454614a71d31116e506e99516c7fd00 Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 16 Oct 2013 08:41:54 -0500 Subject: [PATCH] [aws|sdb] don't pass host to request closes #2248 --- lib/fog/aws/simpledb.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/aws/simpledb.rb b/lib/fog/aws/simpledb.rb index 7597ef087..cd72b393f 100644 --- a/lib/fog/aws/simpledb.rb +++ b/lib/fog/aws/simpledb.rb @@ -182,7 +182,6 @@ module Fog :body => body, :expects => 200, :headers => { 'Content-Type' => 'application/x-www-form-urlencoded; charset=utf-8' }, - :host => @host, :idempotent => idempotent, :method => 'POST', :parser => parser