jobSubmit
alters Destination
, regardless of what is defined in job-settings.json
#31
Open
6 tasks done
Labels
bug
Something isn't working
Describe the bug
A solution documentation states that the
jobSubmit
lambda function applies settings defined injob-settings.json
and submits a job to AWS MediaConvert.Reality is different, and the
jobSubmit
lambda function alters settings and overrides the destination of the resulting files.To Reproduce
job-settings.json
file to changeDestination
setting (for example, todestinationbucket/videos/$fn$
).$fn$
here stands for a defined variable.destinationbucket/guid/AppleHLS1/
regardless of what was defined above.Expected behavior
Resulting files uploaded to
destinationbucket/videos/$fn$
Please complete the following information about the solution:
job-settings.json
The text was updated successfully, but these errors were encountered: