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