Hello,
I'm trying to set up the video upload pipeline to upload videos to my bucket s3.
I have configured the auth and env jsons and I can see the new menu in studio "Content --> VideoUpload"
Yet I can't upload videos to the S3, the video starts to upload then get in 'upload failed' status.
I get the following error message : The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
2019-06-25 13:17:28,251 INFO 1539 [edxval.models] [user 9] models.py:678 - VAL: Video created with id [0e6fa0d6-8c09-4f04-92a0-ed8b5e5d416a] and status [upload]
2019-06-25 13:17:29,012 INFO 1539 [edxval.models] [user 9] models.py:680 - VAL: Status changed to [s3_upload_failed] for video [0e6fa0d6-8c09-4f04-92a0-ed8b5e5d416a]
2019-06-25 13:17:29,013 INFO 1539 [contentstore.views.videos] [user 9] videos.py:804 - VIDEOS: Video status update with id [0e6fa0d6-8c09-4f04-92a0-ed8b5e5d416a], status [s3_upload_failed] and message [The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.]
Has something already encounter this issue ? I couldn't find a related post on this group.
Do you know how to change the encryption algorythm used to create a request compliant to aws bucket expectation ?
Best regards,
Lucas