eladkal commented on code in PR #22737:
URL: https://github.com/apache/airflow/pull/22737#discussion_r844149741


##########
airflow/providers/amazon/aws/sensors/s3.py:
##########
@@ -40,15 +41,16 @@
 
 class S3KeySensor(BaseSensorOperator):
     """
-    Waits for a key (a file-like instance on S3) to be present in a S3 bucket.
+    Waits for one or multiple keys (a file-like instance on S3) to be present 
in a S3 bucket.

Review Comment:
   `S3KeySizeSensor` inherits from `S3KeySensor` so now that you are changing 
`bucket_key` from `str` to `Union[str, List[str]]` it means that user will now 
be able to pass list of keys to `S3KeySizeSensor`.
   
   If this is not right for the use case of `S3KeySizeSensor` then it require 
some additional changes.
   



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to