MuhammadReda / nodejs-aws-lambda-image-resizer

Dynamically resize images on the fly using AWS Lambda, Amazon S3 and Node.js

Home Page:https://dynamic-aws-lambda-image-resizer-nodejs.mreda.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported MIME type: application/octet-stream. Supported types: image/jpeg, image/gif, image/png, image/svg+xml, image/tiff, image/bmp

thevisionhouse opened this issue · comments

commented

I think it wont read the file from key properly.

I have the image in its location but every time this happens

Hey @thevisionhouse, appreciate if you can share more details

commented

I mean if the image is in the root of bucket then its working fine. But if the image is in nested folder it can read the image but shows error of mime type.

https:///100x100/auction/15/1644492516305.png

Here the image is there but it shows mime error. But if the same image I am putting in root of the bucket it works.