:py:mod:`astronomer.providers.google.cloud.hooks.gcs` ===================================================== .. py:module:: astronomer.providers.google.cloud.hooks.gcs .. autoapi-nested-parse:: This module contains a Google Cloud Storage hook. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.google.cloud.hooks.gcs.GCSHookAsync Attributes ~~~~~~~~~~ .. autoapisummary:: astronomer.providers.google.cloud.hooks.gcs.DEFAULT_TIMEOUT .. py:data:: DEFAULT_TIMEOUT :value: 60 .. py:class:: GCSHookAsync(**kwargs) Bases: :py:obj:`astronomer.providers.google.common.hooks.base_google.GoogleBaseHookAsync` GCSHookAsync run on the trigger worker, inherits from GoogleBaseHookAsync .. py:attribute:: sync_hook_class .. py:method:: get_storage_client(session) :async: Returns a Google Cloud Storage service object.