mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[hp/openstack|compute] remove erroneous block argument to get_object; fixes issue #1588 for OpenStack and HP
This commit is contained in:
parent
cecf57e76c
commit
d6243bb05a
3 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ module Fog
|
|||
)
|
||||
else
|
||||
response = request({
|
||||
:block => block,
|
||||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:path => "#{Fog::HP.escape(container)}/#{Fog::HP.escape(object)}"
|
||||
|
|
|
@ -22,7 +22,6 @@ module Fog
|
|||
)
|
||||
else
|
||||
response = shared_request({
|
||||
:block => block,
|
||||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:path => path
|
||||
|
|
|
@ -17,7 +17,6 @@ module Fog
|
|||
end
|
||||
|
||||
request(params.merge!({
|
||||
:block => block,
|
||||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:path => "#{Fog::OpenStack.escape(container)}/#{Fog::OpenStack.escape(object)}"
|
||||
|
|
Loading…
Reference in a new issue