You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation in aws_services.py creates temporary audio file
in S3 but only deletes them after successful transcription. If transcription
fails or the process is interrupted, these files remain in S3 indefinitely,
which can:
Lead to unnecessary storage costs
Create potential security risks with stored audio files
Violate data retention policies
Current Behavior
Audio files are uploaded to 'audio-transcribe-temp' bucket
Files are only deleted after successful transcription
Problem
The current implementation in
aws_services.py
creates temporary audio filein S3 but only deletes them after successful transcription. If transcription
fails or the process is interrupted, these files remain in S3 indefinitely,
which can:
Current Behavior
Proposed Solution
24 hours
Technical Details
Affected files:
transcribe_audio()
functionImplementation Notes
The text was updated successfully, but these errors were encountered: