Sergei Aleksandrovich
Sergei Aleksandrovich
imgproxy should log downloading errors with the `error` severity when `IMGPROXY_REPORT_DOWNLOADING_ERRORS` is set to `true`. Maybe you need to upgrade your imgproxy
Hey @diegoatpitch! Could you provide a use case for this feature?
We received a similar request some time ago. We didn't move forward with it because it does not actually prevent DoS attacks: imgproxy has a few processing options besides width...
Using data URLs doesn't look like a good idea to me. Your example is a 700+ character long string, and you can easily exceed the browser's limit on the URL...
Hey @leopold1989! [Getting an image info](https://docs.imgproxy.net/latest/usage/getting_info) is a Pro feature, yes.
@Tymek Sorry, but we won't add the `/info` endpoint to the OSS version. Also, even with all my love for imgproxy, I believe that using vips directly or via Sharp...
Hey @dbackeus! Libvips supports loading EPS with ImageMagick. We did a lot of work to get rid of IM and I really don't want to bring it back: IM is...
Hey @mdmm13! I believe you mean `v3.23.0`, and yes, we migrated to `aws-sdk-go-v2`. I guess the problem is that your custom S3 endpoint lacks URL schema.
From the error message you've posted, I guess that you've set a custom S3 endpoint using the `IMGPROXY_S3_ENDPOINT` config. An S3 endpoint should contain a URL schema: Bad: `example.com` Good:...
Yeah, `aws-sdk-go-v2` seems to be more strict