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

Unified Diff: third_party/gsutil/boto/boto/ec2/__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/dynamodb/types.py ('k') | third_party/gsutil/boto/boto/ec2/address.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/boto/boto/ec2/__init__.py
diff --git a/third_party/gsutil/20110627/boto/boto/ec2/__init__.py b/third_party/gsutil/boto/boto/ec2/__init__.py
similarity index 95%
copy from third_party/gsutil/20110627/boto/boto/ec2/__init__.py
copy to third_party/gsutil/boto/boto/ec2/__init__.py
index 4b07d424955c3de5abc1d4138c91c2c6a9051c46..ff9422bb15f9430b48fb7903a5d1726ffc1ebf61 100644
--- a/third_party/gsutil/20110627/boto/boto/ec2/__init__.py
+++ b/third_party/gsutil/boto/boto/ec2/__init__.py
@@ -42,6 +42,8 @@ def connect_to_region(region_name, **kw_params):
"""
Given a valid region name, return a
:class:`boto.ec2.connection.EC2Connection`.
+ Any additional parameters after the region_name are passed on to
+ the connect method of the region object.
:type: str
:param region_name: The name of the region to connect to.
« no previous file with comments | « third_party/gsutil/boto/boto/dynamodb/types.py ('k') | third_party/gsutil/boto/boto/ec2/address.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698