Sajib Khan

Results 2 issues of Sajib Khan

Trying to upload a `png` file: ```js // get the image blob const imgBlob = UrlFetchApp.fetch('imageUrl').getBlob(); // init S3 instance const s3 = S3.getInstance(awsAccessKeyId, awsSecretKey); // upload the image to...