On my website, I have an upload
directory, with an upload.html
page. I want to be able to send the upload to an external CDN, which is an AWS bucket. According to this post, it can't be done using PHP, however I was wondering if I could do this using Python. I don't have any code, because I have no idea where to start. Maybe I can interact with the AWS CLI using Python?
Thanks for any help.