| Index: third_party/gsutil/boto/tests/s3/test_https_cert_validation.py
|
| diff --git a/third_party/gsutil/20110627/boto/tests/s3/test_https_cert_validation.py b/third_party/gsutil/boto/tests/s3/test_https_cert_validation.py
|
| similarity index 98%
|
| rename from third_party/gsutil/20110627/boto/tests/s3/test_https_cert_validation.py
|
| rename to third_party/gsutil/boto/tests/s3/test_https_cert_validation.py
|
| index cba0d7c772b5baf04cbd7d7dee9eb706e777e799..c8babb5b6e37b3a20a83b63618742e1800e72a38 100644
|
| --- a/third_party/gsutil/20110627/boto/tests/s3/test_https_cert_validation.py
|
| +++ b/third_party/gsutil/boto/tests/s3/test_https_cert_validation.py
|
| @@ -45,7 +45,7 @@ from boto.gs.connection import GSConnection
|
| from boto.s3.connection import S3Connection
|
|
|
| # File 'other_cacerts.txt' contains a valid CA certificate of a CA that is used
|
| -# by neither S3 nor Google Storage. Validation against this CA cert should
|
| +# by neither S3 nor Google Cloud Storage. Validation against this CA cert should
|
| # result in a certificate error.
|
| DEFAULT_CA_CERTS_FILE = os.path.join(
|
| os.path.dirname(os.path.abspath(__file__ )), 'other_cacerts.txt')
|
|
|