You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by candrews <gi...@git.apache.org> on 2018/05/08 18:01:00 UTC

[GitHub] camel pull request #2329: Add missing . between region and host in SqsEndpoi...

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 <ca...@...>
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`.

----


---

[GitHub] camel pull request #2329: CAMEL-12500: Add missing . between region and host...

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2329


---