Downloading the latest file added to an AWS S3 Buket

Hello

I am looking for a way to download the latest file added to an AWS S3 Buket.

I tried with Get File but it is asking me for the path of the file. I tried with just / and with just the File Basename and * but it is not working…

Any suggestion? I want it to behave like the Google Drive Watch file in a folder module behaves.

Thanks

Stan

You’ll need to keep track of your uploaded files to S3 in a Data Store or spreadsheet, together with a timestamp.

Does it mean the S3 module doesn’t behave as the Google Drive module?