issues
search
tsahil01
/
ai-subtitles-generator
A Saas application which generates transcription & subtitles in multiple language.
0
stars
0
forks
source link
Set Up AWS S3 for File Storage
#4
Closed
tsahil01
closed
2 weeks ago
tsahil01
commented
2 weeks ago
Description:
Configure AWS S3 for uploading and managing video/audio files.
Tasks:
[x] Install AWS SDK with
npm install aws-sdk
.
[x] Configure AWS credentials in
.env
for access to S3.
[x] Set up a helper function for uploading files to S3 in a utility file.
[x] Test file upload by creating a simple upload form and API endpoint (
/api/uploadVideo
).
npm install aws-sdk
..env
for access to S3./api/uploadVideo
).