Test that persisted file length is equal to uploaded file length
For the CRT client, this did not work out-of-the-box because it enables checksums. Checksums are added by the AWS SDK to the payload of the body, this additional payload is currently ignored by S3Mock, so the persisted and the returned file contains the checksum.
Loading
Please sign in to comment