aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
68 stars 13 forks source link

SQS Checksum support with FIPS endpoints #499

Open mullermp opened 1 year ago

mullermp commented 1 year ago

FIPS endpoints do not permit MD5 checksums, which SQS only supports as verification. SQS should implement checksum support for CRC32/c, SHA1, or SHA2 etc

See related Ruby SDK issue: https://github.com/aws/aws-sdk-ruby/issues/2645

bhoradc commented 2 weeks ago

V1431918784