Bug in S3 Checksums with CRC64 NVME
bug
We were moving some Lambdas from Node to LLRT this started happening when calling `S3.getObject()`:
```
Error: Checksum mismatch: expected "AAAAAAAAAAA=" but received "yniAaTFQA1g="
in response header "x-amz-checksum-crc64nvme"
```
`yniAaTFQA1g=` is the checksum value we can see in the AWS S3 console for that file.
Configuration attempts with `responseChecksumValidation: "WHEN_REQUIRED"` do not resolve the issue.
---
SDK Version: `@aws-sdk/client-s3 ^3.1031.0`
LLRT Version: `0.8.1`
1 条评论