alexInhert opened a new issue #16627:
URL: https://github.com/apache/airflow/issues/16627


   The hook has 
[list_keys](https://github.com/apache/airflow/blob/c8a628abf484f0bd9805f44dd37e284d2b5ee7db/airflow/providers/amazon/aws/hooks/s3.py#L265)
 allow to filter by prefix it would be nice to be able to filter by creation 
date of file or last modified date. ideally I think it would be nice if the 
function can support any kind of filter that boto3 allows.
   
   The use case is that for the moment if you want to get all files that were 
modified after date X you need to list all the files and get them one by one to 
check their last modified date. this is not efficent. 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to