1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

s3: implement alternate hashes - fixes #7445 FIXME WIP

This commit is contained in:
Nick Craig-Wood
2024-10-07 15:02:11 +01:00
parent d65d1a44b3
commit bdf1777185
3 changed files with 94 additions and 12 deletions

View File

@@ -102,4 +102,5 @@ import (
genSetFrom(new(s3.CreateMultipartUploadInput), new(s3.PutObjectInput))
genSetFrom(new(s3.HeadObjectOutput), new(s3.PutObjectInput))
genSetFrom(new(s3.CopyObjectInput), new(s3.PutObjectInput))
genSetFrom(new(types.CompletedPart), new(s3.UploadPartOutput))
}