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

Unified Diff: third_party/gsutil/boto/tests/s3/test_https_cert_validation.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/tests/s3/test_gsconnection.py ('k') | third_party/gsutil/boto/tests/s3/test_key.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « third_party/gsutil/boto/tests/s3/test_gsconnection.py ('k') | third_party/gsutil/boto/tests/s3/test_key.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698