I want to retrieve files in aws s3, narrowed down by date and time, not by count.
Is this possible?
Hey @heiheihei, afaik AWS does not support a search by modified date. So you would need to list your bucket elements and then filter in n8n (using the IF node for example).
If you know the modified date of some of your elements, you could use the Start After option of the S3 node to narrow down your results: