Srabasti commented on code in PR #42491: URL: https://github.com/apache/airflow/pull/42491#discussion_r1851358483
########## docs/apache-airflow-providers-google/operators/cloud/gcs.rst: ########## @@ -121,6 +121,19 @@ More information See Google Cloud Storage insert documentation to `create a ACL entry for ObjectAccess <https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls/insert>`_. +.. _howto/operator:GCSListObjectsOperator: + +Listing Objects in a Bucket +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Listing Objects in a Bucket allows you to view contents of bucket in the Google Cloud Storage. + +It is performed through the +:class:`~airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator` operator. + +.. seealso:: + For more information on how to use this operator, take a look at the guide: + :ref:`howto/operator:GCSListObjectsOperator` Review Comment: Agreed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
