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', |