-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SQS endpoints #2151
Comments
@benoit74 - Thank you for your post. We would need to drop support for python 2.6-2.7.8. Even then it would still be a breaking change because people have whitelists for particular urls, so changing what we use would break them. For workaround you can use endpoint_url. Something like this: sqs = boto3.client('sqs',endpoint_url='https://sqs.us-west-2.amazonaws.com')
sqs.list_queues()
Out[87]:
{'QueueUrls': ['https://sqs.us-west-2.amazonaws.com/12345678901/myqueue'],} This issue is related to issue boto/boto3#1900 |
Manually setting |
Let's track this issue under the Github issue boto/boto3#1900. I am closing this one as duplicate. |
|
I'm opening this issue to try to get some attention on #1418 which is Closed but should be reopened according to my PoV and the one of other users. I know this is not a good habit but I'm quite desperate to have some attention since it has been more than 8 months since my original request to reopen this.
A small explanation :
{region}.queue.{suffix}
patternsqs.{region}.amazonaws.com
Any chance to have someone look into it and fix this? Thank you very much in advance
The text was updated successfully, but these errors were encountered: