vavavr00m / boto

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

SNS doesn't work in latest version #564

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. easy_install boto==2.1.1
2. sns = boto.connect_sns(...)
3. sns.publish(...)

What is the expected output? What do you see instead?
A new message should be publish to the given topic, but instead a 
"BotoServerError: BotoServerError: 400 Bad Request" exception is raised.

What version of the product are you using? On what operating system?
2.1.1 on Windows 7

Please provide any additional information below.
The SNSConnection class initializes its parent incorrectly 
(self.region.endpoint isn't sent as the first parameter)

Original issue reported on code.google.com by nadav.sa...@gmail.com on 27 Nov 2011 at 2:34

GoogleCodeExporter commented 9 years ago
Now being tracked in https://github.com/boto/boto/issues/415

Original comment by Mitch.Ga...@gmail.com on 27 Nov 2011 at 3:27