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:
parent
910b07393d
commit
4ebb28cb24
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue