Display a 1 GB video file in react js frontend, stored in private S3 bucket using flask
问题 I need to display/stream large video files in reactjs. These files are being uploaded to private s3 bucket by user using react form and flask. I tried getObject method, but my file size is too large. get a signed url method required me to download the file. I am new to AWS-python-react setup. What is the best/most efficient/least costly approach to display large video files in react? 回答1: AWS offers other streaming specific services but if you really want to get them off S3 you could retrieve