Possibly an unusual idea. I have an S3 bucket with thousands of XML files on it.
I want to serve that bucket contents from a SFTP server (not sure how yet, possibly: FTP/SFTP access to an Amazon S3 Bucket)
The catch is that I need to edit the XML files slightly which I have a python script to do so. I want to serve those edited versions of the files from the SFTP, with the source of their contents being the S3 bucket.
What's the best way to achieve this?