Thiago C. Junqueira

Results 2 issues of Thiago C. Junqueira

### Describe the bug The kwargs: `ChecksumCRC32, ChecksumCRC32C, ChecksumSHA1`, and `ChecksumSHA256`, for `client.put_object()` have not effect on checking data integrity. Only `ContentMD5` works. I'm not sure if this is a...

bug
response-requested
needs-reproduction

### What did you do? I'm trying to read IPTC metadata from a TIFF image. A simple example would be: ```python from PIL import Image with Image.open(file_path) as im: print(getiptcinfo(im))...