potiuk commented on code in PR #47002: URL: https://github.com/apache/airflow/pull/47002#discussion_r1976656086
########## providers/google/docs/operators/cloud/gcs.rst: ########## @@ -122,6 +122,37 @@ See Google Cloud Storage insert documentation to `create a ACL entry for ObjectA <https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls/insert>`_. +.. _howto/operator:GCSListObjectsOperator: + +GCSListObjectsOperator +---------------------- + +Use the +:class:`~airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator` +to list objects in a Google Cloud Storage bucket. Optionally specify a prefix to list only objects whose Review Comment: ```suggestion to list objects in a Google Cloud Storage bucket. Optionally specify a prefix to list only objects whose ``` -- 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]
