Forum Discussion
SpiroTaleski
5 years agoValued Contributor
Hi @amubeen,
One possible solution would be if you list all the files from s3 bucket using the Directory browser snap. As an output you will get the creation date of the files. Then by using the filter snap you can filter the files that are week old or younger(ex: $[‘Creation date’] >= Date.now().minusDays(7)).
Regards,
Spiro Taleski