mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove unneeded url param
This commit is contained in:
parent
bef47ce960
commit
d41c9abb83
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ module Fog
|
|||
:host => @host,
|
||||
:idempotent => true,
|
||||
:method => 'GET',
|
||||
:parser => Fog::Parsers::Storage::AWS::GetService.new,
|
||||
:url => @host
|
||||
:parser => Fog::Parsers::Storage::AWS::GetService.new
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue