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

fix bug with head request - no query on version id for IA

This commit is contained in:
Andrew Kuklewicz 2013-04-18 13:43:24 -04:00
parent a6da5bc80e
commit 243102a4d7

View file

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