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

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

Powered by Google App Engine
This is Rietveld 408576698