Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes upload fails for non-existent partner video upload to S3 (#2849)
Previously, the S3 upload flow attempted to upload a partner video regardless of its existence, resulting in an error when the video was missing. This error prevented the job responsible for uploading the original variant to S3 from completing successfully. This commit adds a check to ensure the partner video exists before attempting to upload, resolving the issue and allowing the job to complete as expected.
- Loading branch information