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

Unified Diff: third_party/google_appengine_cloudstorage/cloudstorage/__init__.py

Issue 139303023: add GCS support to docs server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 11 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
Index: third_party/google_appengine_cloudstorage/cloudstorage/__init__.py
diff --git a/third_party/google_appengine_cloudstorage/cloudstorage/__init__.py b/third_party/google_appengine_cloudstorage/cloudstorage/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..482644b1a90f6de202f1aa8db00c60d58faef278
--- /dev/null
+++ b/third_party/google_appengine_cloudstorage/cloudstorage/__init__.py
@@ -0,0 +1,15 @@
+"""Client Library for Google Cloud Storage."""
+
+
+
+
+from .api_utils import RetryParams
+from .api_utils import set_default_retry_params
+from cloudstorage_api import *
+from .common import CSFileStat
+from .common import GCSFileStat
+from .common import validate_bucket_name
+from .common import validate_bucket_path
+from .common import validate_file_path
+from errors import *
+from storage_api import *

Powered by Google App Engine
This is Rietveld 408576698