Skip to content

Commit

Permalink
renamed mediaconvert function
Browse files Browse the repository at this point in the history
  • Loading branch information
umar8hassan committed Feb 19, 2025
1 parent 4bdb8aa commit c7ce74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcoding/mitol/transcoding/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.conf import settings


def create_media_convert_job(video_source_key):
def media_convert_job(video_source_key):
"""Create a MediaConvert job for a Video"""
source_prefix = settings.DRIVE_S3_UPLOAD_PREFIX
client = boto3.client(
Expand Down

0 comments on commit c7ce74f

Please sign in to comment.