You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomasz Piskorski (JIRA)" <ji...@apache.org> on 2019/06/21 14:28:00 UTC

[jira] [Created] (CAMEL-13670) Adjust Camel AWS SES Component documentation

Tomasz Piskorski created CAMEL-13670:
----------------------------------------

             Summary: Adjust Camel AWS SES Component documentation
                 Key: CAMEL-13670
                 URL: https://issues.apache.org/jira/browse/CAMEL-13670
             Project: Camel
          Issue Type: Improvement
            Reporter: Tomasz Piskorski


Recently I upgraded Camel from 2.16.1 to 2.23.1.

I noticed that property in Camel AWS SES Component has been changed from

amazonSESEndpoint to region and the change seems to be not documented.

Example:
"aws-ses://somebody@example.com?amazonSESClient=#client&amazonSESEndpoint=email.us-west-2.amazonaws.com";
to:
"aws-ses://somebody@example.com?amazonSESClient=#client&region=email.us-west-2.amazonaws.com";


Could you please make correction to official documentation at https://camel.apache.org/aws-ses.html?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)