Unmarshall response with blank object ("{}") and crc32 header #3632
-
Hello. We using SQS as service and has problem with exception " |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Did this start happening recently after you updated the SDK? I can't reproduce it using the latest version of the Also, are you using a 3rd-party implementation? The SetQueueAttributes API always returns an empty response when successful, so there should be nothing to calculate a checksum for. |
Beta Was this translation helpful? Give feedback.
-
Thanks by reply. |
Beta Was this translation helpful? Give feedback.
Got it. Yes, it seems like a problem with the service not matching the SQS API, but for the record
x-amz-crc32
is a legacy header that's only returned by DynamoDB if I remember correctly (it'll not be present for any other AWS services).