Steven Tobias created JCLOUDS-1575:
--------------------------------------
Summary: AWS SES Signing v4
Key: JCLOUDS-1575
URL: https://issues.apache.org/jira/browse/JCLOUDS-1575
Project: jclouds
Issue Type: Bug
Reporter: Steven Tobias
I'm showing this error when trying to use the `aws2-ses` component.
```
[2] 2021-04-23 06:05:01,680 WARN [org.apa.cam.com.kna.htt.KnativeHttpConsumer]
(vert.x-eventloop-thread-1) Caused by:
[software.amazon.awssdk.services.ses.model.SesException - The request signature
we calculated does not match the signature you provided. Check your AWS Secret
Access Key and signing method. Consult the service documentation for details.
[2]
[2] The Canonical String for this request should have been
[2] 'POST
[2] /
[2] The String-to-Sign should have been
[2] 'AWS4-HMAC-SHA256
[2] 20210423T060501Z
[2] 20210423/us-west-2/ses/aws4_request
[2] 9f696baa7dca1735222c29bd829f95eacc056207597b6717eb9309b440f52369'
[2] (Service: Ses, Status Code: 403, Request ID:
3134c8ff-2ee8-441f-879f-c674e27fb8ba, Extended Request ID: null)]:
software.amazon.awssdk.services.ses.model.SesException: The request signature
we calculated does not match the signature you provided. Check your AWS Secret
Access Key and signing method. Consult the service documentation for details.
[2]
```
Seems similar to https://issues.apache.org/jira/browse/JCLOUDS-480
--
This message was sent by Atlassian Jira
(v8.3.4#803005)