mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove :url param from get_service request for google storage
This commit is contained in:
parent
2518b56f40
commit
de6a0d6638
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ module Fog
|
|||
:host => @host,
|
||||
:idempotent => true,
|
||||
:method => 'GET',
|
||||
:parser => Fog::Parsers::Storage::Google::GetService.new,
|
||||
:url => @host
|
||||
:parser => Fog::Parsers::Storage::Google::GetService.new
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue