Skip to content

Commit

Permalink
[storage][google] fix leftover namespace mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 21, 2011
1 parent 9a6ad3a commit c663289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/storage/requests/google/copy_object.rb
Expand Up @@ -32,7 +32,7 @@ def copy_object(source_bucket_name, source_object_name, target_bucket_name, targ
: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
Expand Down

0 comments on commit c663289

Please sign in to comment.