1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge remote branch 'nate/bugfix/rackspace-storage-head-object-http-method'

This commit is contained in:
geemus 2011-03-30 11:28:24 -07:00
commit 27b2455a6d

View file

@ -12,7 +12,7 @@ module Fog
def head_object(container, object)
response = request({
:expects => 200,
:method => 'GET',
:method => 'HEAD',
:path => "#{URI.escape(container)}/#{URI.escape(object)}"
}, false)
response