Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/storage/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Install the ``google-cloud-storage`` library using ``pip``:
Usage
-----

.. note::

Becuase the :class:`~google.cloud.storage.client.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`.

.. automodule:: google.cloud.storage.client
:members:
:show-inheritance: