Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1600)

Unified Diff: boto/sns/__init__.py

Issue 8669001: Pull in upstream boto from github at bcb719937de9ac2851e632d62b777352029a6d55 (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boto/ses/exceptions.py ('k') | boto/sqs/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/sns/__init__.py
diff --git a/boto/sns/__init__.py b/boto/sns/__init__.py
index c74866128b0cf8930393ef5c28a17f812c065d49..6405624894eaf6cfb658df5bd2d34adb09535c28 100644
--- a/boto/sns/__init__.py
+++ b/boto/sns/__init__.py
@@ -41,6 +41,9 @@ def regions():
RegionInfo(name='us-west-1',
endpoint='sns.us-west-1.amazonaws.com',
connection_cls=SNSConnection),
+ RegionInfo(name='us-west-2',
+ endpoint='sns.us-west-2.amazonaws.com',
+ connection_cls=SNSConnection),
RegionInfo(name='ap-northeast-1',
endpoint='sns.ap-northeast-1.amazonaws.com',
connection_cls=SNSConnection),
« no previous file with comments | « boto/ses/exceptions.py ('k') | boto/sqs/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698