HenryS1 commented on issue #1543: URL: https://github.com/apache/pekko-connectors/issues/1543#issuecomment-4168934314
@pjfanning At first I thought it might be a regression in pekko-aws-spi-pekko-http, but I've just tried building pekko-connectors on version 1.2.0 using version 2.42.2 of the aws sdk and I still get the error when I run the request. There was a change in AWS data integrity checks between my previous aws sdk version 2.29.52 and the 2.42.2 which could be related to this, but I'm confused about why the signature error would happen. As far as I can tell the signature for the payload is calculated by the SDK and the headers are directly converted from a java representation to a scala representation. Looking at the source it doesn't seem that the pekko client for aws spi uses the allowed-headers list from the PR that you mentioned. It seems that it is something going wrong in the pekko-aws-spi-pekko-http PekkoHttpClient, but I don't know what the problem is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
