anaynayak commented on a change in pull request #18807:
URL: https://github.com/apache/airflow/pull/18807#discussion_r724958748
##########
File path: airflow/providers/amazon/aws/sensors/s3_prefix.py
##########
@@ -33,7 +33,7 @@ class S3PrefixSensor(BaseSensorOperator):
:param bucket_name: Name of the S3 bucket
:type bucket_name: str
:param prefix: The prefix being waited on. Relative path from bucket root
level.
- :type prefix: str
+ :type prefix: str or list
Review comment:
Makes sense. Will do this change.
--
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]