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. Attributes ---------- .. autoapisummary:: astronomer.providers.google.cloud.hooks.gcs.DEFAULT_TIMEOUT Classes ------- .. autoapisummary:: astronomer.providers.google.cloud.hooks.gcs.GCSHookAsync Module Contents --------------- .. 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 This class is deprecated and will be removed in 2.0.0. Use :class: `~airflow.providers.google.cloud.hooks.gcs.GCSAsyncHook` instead .. py:attribute:: sync_hook_class .. py:method:: get_storage_client(session) :async: Returns a Google Cloud Storage service object.