@mobilapp/action-bunnycdn
v1.0.1
Published
Post your video to Bunny CDN after rendering is finished
Readme
Action: Post
Post your video to Bunny CDN after rendering is finished
Installation
npm i @mobilapp/action-bunnycdn -gUsage
When creating your render job provide this module as one of the postrender actions:
// job.json
{
"actions": {
"postrender": [
{
"module": "@mobilapp/action-bunnycdn",
"params": {
"filename": "xxx.mp4",
"videoLibraryId": 123456,
"AccessKey": "xxxxx"
}
}
]
}
}Information
filenamefilename of uploaded file.videoLibraryIdvideoLibraryId at BunnyCDN.AccessKeyBunnyCDN API Key.
