[storage] update get_object requests to use excon response_blocks

This commit is contained in:
geemus 2012-03-17 14:51:56 -05:00
parent fcd504c30a
commit f961d95ff6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Fog
:expects => 200,
:method => 'GET',
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"
}, false))
}), false)
end
end