Can I disable Etag?

the MD5 hash is calculated by rclone, and stored as metadata
with multi-part uploads, not usable to verify file transfers.

whereas, with Etag is calculate by both rclone and the S3 provider.
imho, that is a real check

for a deeper look, check my posts at

and
with a multipart, server-side copy, it is no clear what rclone is doing when printing md5 = e9a99fd39b444139598f997510c24076 OK seems that rclone is simply comparing the header X-Amz-Meta-Md5chksum between source and dest. That is correct.