I need to find a particular file stored in AWS (saved automatically from TokBox). The layout is a folder containing thousands of files, each in its own subfolder. The files are all just named “archive.mp4” whilst the folder is a unique identifier for each video.
The files are timestamped but the folders are not.
I would normally retrieve the video by going via the TokBox API to get the ID but I’ve just learned they only keep this information for 12 months which means I now have 3 years of unidentifiable videos.
What I need is to be able to get a list of files, specifically, the data I need for each is the timestamp of the file along with the name of the subfolder it lives in. Is this possible?