post https://developer.dacast.com/v2/vod/upload/signatures/multipart
Generate signatures for each part of the video that will be uploaded
Max number of signature
You can only request a maximum of 100 parts signatures in one call. You are free to make as many requests as needed to cover the full video length.
Each part of the video must be greater than 5MB in size (except the last one).
Direct upload to s3 and ETags
You will need to upload part of the the videos directly to s3 using the
presigned_urls
returned by this endpoint. A PUT is expected by S3.Do not forget to save on your side the
ETag
given by s3 in response header. These tag are mandatory in order to complete the multi-part upload.