MD5 Hash differ while doing rclone copy

I am trying to transfer file to s3 which is failing due to MD5 hash differ as s3 bucket is encrypted using kms key ID.

[s3transfer]
type = s3
env_auth = true
access_key_id = keyid
secret_access_key =access key
region = eu-central-1
server_side_encryption = aws:kms
sse_kms_key_id = arn:aws:kms:eu-central-1:key and details
upload_cutoff = 0
2024-01-03 15:27:39 ERROR : abc.txt: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "f7f979849a5dc41605e2ac6dfc7ba813"
2024-01-03 15:27:40 ERROR : Attempt 1/3 failed with 3 errors and: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "f7f979849a5dc41605e2ac6dfc7ba813"
2024-01-03 15:27:40 ERROR : abc.txt: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "a81f0509833d6af1616130808f785ddd"
2024-01-03 15:27:41 ERROR : Attempt 2/3 failed with 3 errors and: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "a81f0509833d6af1616130808f785ddd"
2024-01-03 15:27:42 ERROR : abc.txt: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "9df128c918aaf3dc94524e28ed228749"
2024-01-03 15:27:42 ERROR : Attempt 3/3 failed with 3 errors and: corrupted on transfer: MD5 hash differ "5dd39cab1c53c2c77cd352983f9641e1" vs "9df128c918aaf3dc94524e28ed228749"
Transferred:            60 / 60 Bytes, 100%, 21 Bytes/s, ETA 0s

Have a look at this:

Try to add --ignore-checksum to your transfer command.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.