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