Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
779 stars 144 forks source link

Problem sqs send message and receive message calculated MD5 #180

Closed svangils closed 4 years ago

svangils commented 5 years ago

When we used this project in combination with the aws SDK, the java calculated md5 of the headers are different than which this project calculates. Can you have a look at this?

The problem is at the receiving end. The posting on the queue from the amazon client library, but when receiving it back, the amazon client library states that the md5 is wrong

p4tin commented 5 years ago

@svangils Can you share a code snippet that illustrates this problem? Also look at issue #104 and the PR that fixed that PR # 106

p4tin commented 4 years ago

No reply for 10 months - closing