mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
s3: support metadata setting and mapping on server side Copy
Before this change the backend would not run the metadata mapper and it would ignore metadata set when doing server side copies.
This commit is contained in:
@ -98,4 +98,5 @@ import "github.com/aws/aws-sdk-go/service/s3"
|
||||
genSetFrom(new(s3.HeadObjectOutput), new(s3.GetObjectOutput))
|
||||
genSetFrom(new(s3.CreateMultipartUploadInput), new(s3.PutObjectInput))
|
||||
genSetFrom(new(s3.HeadObjectOutput), new(s3.PutObjectInput))
|
||||
genSetFrom(new(s3.CopyObjectInput), new(s3.PutObjectInput))
|
||||
}
|
||||
|
Reference in New Issue
Block a user