CORS error when trying to upload via presigned url from browser, but not in non-browser environment
I’m trying to generate s3 presigned url to upload video/mp4 files to a bucket from react app client in development mode in my localhost. However, I’m getting CORS error. But when I do the put request from a python script it goes through, which establishes that my presigned url is working.