Considering my situation, I have a large number of images stored in various folders within an Amazon S3 bucket. My goal is to create a slideshow for unregistered users without relying on databases or risking server performance issues due to high traffic. I am looking to achieve this using only JavaScript.
However, the challenge lies in providing the file list to clients as I cannot use XMLHttpRequest to access the XML file generated by Amazon when browsing the bucket. This limitation arises because the browsing page should be hosted on my webserver. One proposed solution would involve writing server-side code to automatically update and share a file list with users after each upload or modification, but I am unsure if this is the optimal approach.
If anyone has any suggestions on how to best tackle this scenario, please feel free to advise. Wishing you all a Happy New Year!