chore: refactor file upload mechanism to avoid NFS dependency

This commit is contained in:
Abhishek Kumar 2026-07-03 18:50:15 +05:30
parent 79a4a3c9f1
commit 6c5e1622f3
22 changed files with 293 additions and 400 deletions

View file

@ -1,7 +1,6 @@
class FunctionNames:
RUN_INTEGRATIONS_POST_WORKFLOW_RUN = "run_integrations_post_workflow_run"
PROCESS_WORKFLOW_COMPLETION = "process_workflow_completion"
UPLOAD_VOICEMAIL_AUDIO_TO_S3 = "upload_voicemail_audio_to_s3"
SYNC_CAMPAIGN_SOURCE = "sync_campaign_source"
PROCESS_CAMPAIGN_BATCH = "process_campaign_batch"
PROCESS_KNOWLEDGE_BASE_DOCUMENT = "process_knowledge_base_document"