1
0
Fork 0
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:
Kyle Rames 2013-02-22 16:36:31 -06:00
parent cecf57e76c
commit d6243bb05a
3 changed files with 0 additions and 3 deletions

View file

@ -19,7 +19,6 @@ module Fog
)
else
response = request({
:block => block,
:expects => 200,
:method => 'GET',
:path => "#{Fog::HP.escape(container)}/#{Fog::HP.escape(object)}"

View file

@ -22,7 +22,6 @@ module Fog
)
else
response = shared_request({
:block => block,
:expects => 200,
:method => 'GET',
:path => path

View file

@ -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)}"