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

[s3] more head_object fix

This commit is contained in:
Simon Rozet 2010-05-15 03:44:02 +08:00 committed by Wesley Beary
parent 0f5331ae81
commit 68f699e144

View file

@ -44,7 +44,7 @@ module Fog
:host => "#{bucket_name}.#{@host}",
:method => 'HEAD',
:path => CGI.escape(object_name),
:query => CGI.escape(version_id)
:query => query
})
end