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

Merge pull request #2336 from mattgillooly/avoid_passing_host_to_data_pipeline_requests

[aws|data_pipeline] don't pass host to request
This commit is contained in:
Wesley Beary 2013-10-30 08:24:47 -07:00
commit c3fd7d7b96

View file

@ -92,7 +92,6 @@ module Fog
# Params for all DataPipeline requests
params.merge!({
:expects => 200,
:host => @host,
:method => :post,
:path => '/',
})