mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
a06f4c2514
If rclone is configured for server side encryption - either aws:kms or sse-c (but not sse-s3) then don't treat the ETags returned on objects as MD5 hashes. This fixes being able to upload small files. Fixes #1824