GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2329
Add missing . between region and host in SqsEndpoint
There should be a . between the region and the host. Without this change,
the queueUrl is, for example, `https://sqs.sqs.us-gov-west-1amazonaws.com` - it
be `https://sqs.sqs.us-gov-west-1.amazonaws.com`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/candrews/camel patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2329.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2329
----
commit 22e0a70d664744854552e0826cbe097fd5952f67
Author: Craig Andrews <candrews@...>
Date: 2018-05-08T18:00:49Z
Add missing . between region and host in SqsEndpoint
There should be a . between the region and the host. Without this change,
the queueUrl is, for example, `https://sqs.sqs.us-gov-west-1amazonaws.com` - it
be `https://sqs.sqs.us-gov-west-1.amazonaws.com`.
----
---