ashb commented on code in PR #42491: URL: https://github.com/apache/airflow/pull/42491#discussion_r1778375373
########## docs/apache-airflow-providers-google/operators/cloud/gcs.rst: ########## @@ -121,6 +121,21 @@ 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. + +Reference +--------- + +For further information, look at: + +* `Product Documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_api/airflow/providers/google/cloud/operators/gcs/index.html>`__ Review Comment: This shouldn't be a direct HTML link, but should instead use a sphinx module link so that the URL is always right no mater where this might move to -- 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]
