Need to update JrCloudS3 module for jamroom 6.1.4
Using Jamroom
I am getting error on this line of jrCloudS3 module's include file
$out = jrImage_create_image("{$cdr}/{$key}.{$ext}", $_im, $_args, $_conf);
because jrImage_create_image function has been changed and now required 5 input arguments and we also need to send $cache_file.
$out = jrImage_create_image("{$cdr}/{$key}.{$ext}", $_im, $_args, $_conf,$cache_file);
updated by @sbhadauria: 03/14/18 11:23:50AM