jeanbmar / payload-s3-upload

Send Payload CMS uploads to Amazon S3
MIT License
54 stars 9 forks source link

Fix error throwed while trying to save variant images #17

Closed EzeRangel closed 1 year ago

EzeRangel commented 1 year ago

This PR fixes #16

As long as I can see Payload doesn't generate a variant image when the original image is smaller than the variant size, so I validated that and return only the correct variants that can be uploaded.

jeanbmar commented 1 year ago

Thank you very much!