I have a website and I want to have an upload button that will, instead of uploading to a certain directory on my webroot, upload to an AWS bucket. How can I do this? Will I need a server-side scripting language?
Thanks
I have a website and I want to have an upload button that will, instead of uploading to a certain directory on my webroot, upload to an AWS bucket. How can I do this? Will I need a server-side scripting language?
Thanks
There is an example of this use case. In this AWS tutorial, a Spring boot application is used that lets a user upload images to an Amazon S3 bucket.
So this is possible with a web application. For details, see this URL: