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

We use 'Key' for all S3 objects now.

This commit is contained in:
Kevin Menard 2011-10-04 14:47:42 -04:00
parent 910b07393d
commit 4ebb28cb24

View file

@ -55,7 +55,7 @@ module Fog
response.status = 200 response.status = 200
target_object = source_object.dup target_object = source_object.dup
target_object.merge!({ target_object.merge!({
'Name' => target_object_name 'Key' => target_object_name
}) })
target_bucket[:objects][target_object_name] = target_object target_bucket[:objects][target_object_name] = target_object
response.body = { response.body = {