File size: 1,065 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
.. include:: README.rst
.. note::
Because the storage client uses the third-party :mod:`requests` library by
default, it is safe to share instances across threads. In multiprocessing
scenarious, best practice is to create client instances *after*
:class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes
:func:`os.fork`.
Guides
------
.. toctree::
:maxdepth: 2
acl_guide
generation_metageneration
retry_timeout
API Reference
-------------
.. toctree::
:maxdepth: 2
storage/acl
storage/batch
storage/blob
storage/bucket
storage/client
storage/constants
storage/fileio
storage/hmac_key
storage/notification
storage/retry
storage/transfer_manager
More Examples
-------------
.. toctree::
:maxdepth: 2
Official Google Cloud Storage How-to Guides <https://cloud.google.com/storage/docs/how-to>
Official Google Cloud Storage Samples <https://cloud.google.com/storage/docs/samples>
Changelog
---------
.. toctree::
:maxdepth: 2
changelog
.. toctree::
:hidden:
summary_overview.md
|