1
0
Fork 0
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:
A.S. Lomoff 2014-06-13 12:38:41 +03:00
parent 2518b56f40
commit de6a0d6638

View file

@ -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