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

Unified Diff: boto/sqs/__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/sns/__init__.py ('k') | boto/sqs/connection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/sqs/__init__.py
diff --git a/boto/sqs/__init__.py b/boto/sqs/__init__.py
index d5a9e4c9ef7c10f931393cd0403f2b003967757b..f254fbbbfb16ef1bdc651838fbfbb95448cc8ba1 100644
--- a/boto/sqs/__init__.py
+++ b/boto/sqs/__init__.py
@@ -35,6 +35,8 @@ def regions():
endpoint='eu-west-1.queue.amazonaws.com'),
SQSRegionInfo(name='us-west-1',
endpoint='us-west-1.queue.amazonaws.com'),
+ SQSRegionInfo(name='us-west-2',
+ endpoint='us-west-2.queue.amazonaws.com'),
SQSRegionInfo(name='ap-northeast-1',
endpoint='ap-northeast-1.queue.amazonaws.com'),
SQSRegionInfo(name='ap-southeast-1',
« no previous file with comments | « boto/sns/__init__.py ('k') | boto/sqs/connection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698