I am using gm node module on AWS EC2 Instance with a Linux OS. My Aim to crop the image provided by the url from the S3 bucket.I am doing http request to the image url from the S3 bucket to get the buffer and passing the buffer value to the gm module. My Code is as follows:I am using gm node module on AWS EC2 Instance w