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

Unified Diff: third_party/gsutil/boto/docs/source/ref/s3.rst

Issue 12317103: Added gsutil to depot tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: added readme Created 7 years, 10 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/gsutil/boto/docs/source/ref/s3.rst
diff --git a/third_party/gsutil/boto/docs/source/ref/s3.rst b/third_party/gsutil/boto/docs/source/ref/s3.rst
new file mode 100644
index 0000000000000000000000000000000000000000..ce5c92563b3ec0cfc9262b55486171b357784f25
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/ref/s3.rst
@@ -0,0 +1,111 @@
+.. ref-s3:
+
+===
+S3
+===
+
+boto.s3.acl
+-----------
+
+.. automodule:: boto.s3.acl
+ :members:
+ :undoc-members:
+
+boto.s3.bucket
+--------------
+
+.. automodule:: boto.s3.bucket
+ :members:
+ :undoc-members:
+
+boto.s3.bucketlistresultset
+---------------------------
+
+.. automodule:: boto.s3.bucketlistresultset
+ :members:
+ :undoc-members:
+
+boto.s3.connection
+------------------
+
+.. automodule:: boto.s3.connection
+ :members:
+ :undoc-members:
+
+boto.s3.cors
+--------------
+
+.. automodule:: boto.s3.cors
+ :members:
+ :undoc-members:
+
+boto.s3.deletemarker
+--------------------
+
+.. automodule:: boto.s3.deletemarker
+ :members:
+ :undoc-members:
+
+boto.s3.key
+-----------
+
+.. automodule:: boto.s3.key
+ :members:
+ :undoc-members:
+
+boto.s3.prefix
+--------------
+
+.. automodule:: boto.s3.prefix
+ :members:
+ :undoc-members:
+
+boto.s3.multipart
+-----------------
+
+.. automodule:: boto.s3.multipart
+ :members:
+ :undoc-members:
+
+boto.s3.multidelete
+-------------------
+
+.. automodule:: boto.s3.multidelete
+ :members:
+ :undoc-members:
+
+boto.s3.resumable_download_handler
+----------------------------------
+
+.. automodule:: boto.s3.resumable_download_handler
+ :members:
+ :undoc-members:
+
+boto.s3.lifecycle
+--------------------
+
+.. automodule:: boto.s3.lifecycle
+ :members:
+ :undoc-members:
+
+boto.s3.prefix
+-----------------
+
+.. automodule:: boto.s3.prefix
+ :members:
+ :undoc-members:
+
+boto.s3.tagging
+---------------
+
+.. automodule:: boto.s3.tagging
+ :members:
+ :undoc-members:
+
+boto.s3.user
+------------
+
+.. automodule:: boto.s3.user
+ :members:
+ :undoc-members:
+

Powered by Google App Engine
This is Rietveld 408576698