hutchresearch / latex2speech

TeX2Speech is an application that turns LaTeX documents into spoken audio.
https://tex2speech-website.vercel.app/
MIT License
12 stars 5 forks source link

Fixed S3 Bucket DNE #86

Closed willsower closed 3 years ago

willsower commented 3 years ago

S3 Bucket takes approximately 15 seconds to upload file from polly to S3. When the user gets directed to the download page, usually the link is not found since the file has not been uploaded. In this PR, we wait for the file to be uploaded to the bucket before it directs the user to the download page.