citomcclure / noteworthy

A full stack, serverless, web-based note taking app, focusing on user-friendly features like voice notes, which utilizes Speech-to-Text AI to enable more efficient and accurate note taking.
https://drh6zqq3rdeze.cloudfront.net/
1 stars 0 forks source link

Research using presigned URLs for uploading audio to S3 #36

Open citomcclure opened 4 months ago

citomcclure commented 4 months ago

https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html

Using presigned URLs will have several benefits, including:

citomcclure commented 4 months ago

If unable to implement presigned URLs, easier (but smaller) optimization is to stream audio directly to S3 instead of creating and saving a file to execution environment (i.e., temp)