Hi!
I would like to try using video uploads cms feauture. My settings:
auth:
"AWS_ACCESS_KEY_ID": <id_key>,
"AWS_SECRET_ACCESS_KEY": <secret_key>,
envs:
"VIDEO_UPLOAD_PIPELINE": {
"BUCKET": <bucket_name>,
"ROOT_PATH": "edx",
"CONCURRENT_UPLOAD_LIMIT": 4
},
"FEATURES": {
...
"ENABLE_VIDEO_UPLOAD_PIPELINE": true,
...
},
So I also had to set Video Upload Credentials in advanced settings and maybe misunderstood the phrase
"Enter the unique identifier for your course's video files provided by edX." Should I use a rendom value for "course_video_upload_token"?
I set {
"course_video_upload_token": "123"
}
and now can see Video Uploads tab.
After uploading an mp4 file I see
sample.mp4
---------------------------
Upload completed
(Screenshot from 2015-06-25 17:27:45.png)
After refreshing in the table
Maybe I forget something in the settings? File with name aa92ed89-06cb-46f9-b37b-e4d50c10d074 is available on my bucket in "edx" folder...