dcoobs
dcoobs
I'm encountering this issue as well. Using the `--no-check-md5` flag seems to be a workaround but isn't viable for us as we have files that are modified but don't necessarily...
Disabling server-side encryption (SSE) seems to have fixed this issue for me. When turned on, the ETag isn't the MD5 checksum ([see the API documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_Example_11)). After disabling SSE on the...
Ran into this issue today