.. _f-cloudtransfer: module ``remote.cloud_transfer`` ================================ .. inheritance-diagram:: pyenbc.remote.cloud_transfer Short summary +++++++++++++ module ``pyenbc.remote.cloud_transfer`` Common API for many remote drives Classes +++++++ +---------------------------------------------------------------------+-------------------------------------------+ | class | truncated documentation | +=====================================================================+===========================================+ | :class:`CloudTransfer ` | defines a common API for a remote storage | +---------------------------------------------------------------------+-------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +==================================================================================+=========================+ | :py:meth:`__init__ ` | constructor | +----------------------------------------------------------------------------------+-------------------------+ | :meth:`close ` | close the connection | +----------------------------------------------------------------------------------+-------------------------+ | :meth:`connect ` | connect | +----------------------------------------------------------------------------------+-------------------------+ | :meth:`download_data ` | download binary data | +----------------------------------------------------------------------------------+-------------------------+ | :meth:`upload_data ` | upload binary data | +----------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyenbc.remote.cloud_transfer :members: :special-members: __init__ :show-inheritance: