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

Unified Diff: third_party/gsutil/boto/boto/sdb/__init__.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months 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 | « third_party/gsutil/boto/boto/s3/user.py ('k') | third_party/gsutil/boto/boto/sdb/connection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/boto/boto/sdb/__init__.py
diff --git a/third_party/gsutil/20110627/boto/boto/sdb/__init__.py b/third_party/gsutil/boto/boto/sdb/__init__.py
similarity index 92%
copy from third_party/gsutil/20110627/boto/boto/sdb/__init__.py
copy to third_party/gsutil/boto/boto/sdb/__init__.py
index ef2b9ceda12bd298fe52ba62a3e2e8d4c4f82445..15e763dd13bc7ef36e5c4437171537044633df3a 100644
--- a/third_party/gsutil/20110627/boto/boto/sdb/__init__.py
+++ b/third_party/gsutil/boto/boto/sdb/__init__.py
@@ -35,6 +35,10 @@ def regions():
endpoint='sdb.eu-west-1.amazonaws.com'),
SDBRegionInfo(name='us-west-1',
endpoint='sdb.us-west-1.amazonaws.com'),
+ SDBRegionInfo(name='sa-east-1',
+ endpoint='sdb.sa-east-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 | « third_party/gsutil/boto/boto/s3/user.py ('k') | third_party/gsutil/boto/boto/sdb/connection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698