Relative Content

Tag Archive for amazon-web-servicesamazon-s3

AWS Media converter cant’t write files into a sub folder

I am trying to convert mp4 files to hsl for a OTT application, my plan is to upload input files to S3-Bucket-1 and start a media converter job using aws sdk from my node js application. No lambda functions will be used. Then i will save the output to S3-bucket-2.
I am using a job template to call the job, and i am using $fn$ variable in output destination, so that i can organise parts of each videos into a folder with the file name. but when i am creating the job from my node application i am getting access denied error, if i create a job using AWS console, there is no such issues,
Here is my bucket policy.