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

[storage][google] fix leftover namespace mismatch

This commit is contained in:
geemus 2011-06-20 23:32:14 -07:00
parent 9a6ad3ae04
commit c663289072

View file

@ -32,7 +32,7 @@ module Fog
:headers => headers,
:host => "#{target_bucket_name}.#{@host}",
:method => 'PUT',
:parser => Fog::Parsers::Storage::Storage::CopyObject.new,
:parser => Fog::Parsers::Storage::Google::CopyObject.new,
:path => CGI.escape(target_object_name)
})
end