mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storage] update get_object requests to use excon response_blocks
This commit is contained in:
parent
fcd504c30a
commit
f961d95ff6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Fog
|
|||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"
|
||||
}, false))
|
||||
}), false)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue