I am currently working on an app where I return videos to the users via an S3 link. I want the user to be able to click a button, and have the file from the s3 link automatically be downloaded to the users device. Is there a way to do this?
Make s3 link public if it is not already. Then s3 link start with ‘//’ … You just need to append ‘https:’ before it and use open the link in external tab.
Pass url and it will be automatically downloaded to user system