josh-fell commented on code in PR #23449:
URL: https://github.com/apache/airflow/pull/23449#discussion_r864426483


##########
docs/apache-airflow-providers-amazon/operators/s3.rst:
##########
@@ -196,6 +196,21 @@ To create a new (or replace) Amazon S3 object you can use
     :start-after: [START howto_operator_s3_create_object]
     :end-before: [END howto_operator_s3_create_object]
 
+.. _howto/operator:S3ListOperator:
+
+List Amazon S3 objects
+----------------------
+
+To list all Amazon S3 objects within an Amazon S3 bucket you can use
+:class:`~airflow.providers.amazon.aws.operators.s3.S3ListOperator`.
+You can specify ``prefix`` to filter the objects whose name begin with such 
prefix.

Review Comment:
   ```suggestion
   You can specify a ``prefix`` to filter the objects whose name begins with 
such prefix.
   ```



-- 
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]

Reply via email to