vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

Can't work with queues created on South America region #572

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a queue in South America (Sao Paulo) region
2. boto.connect_sqs().get_all_queues()

What is the expected output? What do you see instead?
I expect to see the queue from South America region, instead I get [] (no other 
queues in my account)

What version of the product are you using? On what operating system?
Boto 2.1.1 on Python 2.7

Original issue reported on code.google.com by car...@double-c.net on 21 Dec 2011 at 2:03