`rclone hashsum` only shows partial checksums

This generally represents a multi-part upload and the etag value can no longer be relied upon for a hash of the complete file.

In such cases, rclone adds a custom metadata attribute X-Amz-Meta-Md5chksum for storing the hash of the complete file but obviously this will only happen if the files have been uploaded by rclone itself and not another tool.

Further explanation here: Amazon S3