I am transcoding a file from flv to mp4 using Amazon elastictranscoder but I couldn't find a way to set the Cache-Control key metadata to max-age=3600 through the API when creating the transcoding job
Asked
Active
Viewed 188 times
5
-
I solved this by applying a copyObject CacheControl & MetadataDirective settings. But I need to know if there are any other ways other than copying the object all over again? – user3631926 Nov 18 '14 at 15:32