Replies: 1 comment 1 reply
-
Hi, You have to install the following dependency: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is the "S3 provider" is already bundled within the worker binary release version for windows ?
I am running a job, in the "postrender" action, i am trying to upload to S3 and this error :
@nexrender/action-upload: Error: Couldn't find module s3, Unknown provider given.
Job details:
{ "template": { "src": "file:///C:/Users/me/Project1.aep", "composition": "main_comp" }, "actions": { "postrender": [ { "module": "@nexrender/action-encode", "preset": "mp4", "output": "processing.mp4" }, { "module": "@nexrender/action-upload", "input": "processing.mp4", "provider": "s3", "params": { "region": "us-east-1", "bucket": "testbucket", "key": "folder/output.mp4", "acl": "public-read", "contentType": "video/mp4", "credentials": { "profile": "MY_PROFILE_NAME" } } } ] } }
Beta Was this translation helpful? Give feedback.
All reactions