mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|data_pipeline] don't pass host to request
This commit is contained in:
parent
b05567262b
commit
f3f9111665
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ module Fog
|
|||
# Params for all DataPipeline requests
|
||||
params.merge!({
|
||||
:expects => 200,
|
||||
:host => @host,
|
||||
:method => :post,
|
||||
:path => '/',
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue