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:
parent
9f2ce2c7fc
commit
bda4f25baa
3 changed files with 59 additions and 4 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue