I have just started using AWS File Uploader & it works very smoothly - thanks for such a great product!
I need some help with S3 Object’s Get All Files from S3 function. I do not need ALL files - just the ones that were uploaded in the last batch. How can I get the File URLs & Filenames of the files that were uploaded in one batch only (of multiple files) - and not all the files in a bucket.
Our use case is that patients will be uploading their reports etc. over a period of weeks/months. And we wish to identify each batch of documents uploaded by a uniqueID so we can track them through our AI engines that are working in the backend.
Thanks in advance!