| 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.
|
|
|