Hi there,
The docs (https://developers.cloudflare.com/images/cloudflare-images/transform/flexible-variants
) currently state:
Note that flexible variants cannot be used for images that require a signed delivery URL
We have a use case where uploaded images are considered private (i.e. malicious actors should not be able to scrape our images by iterating through https://imagedelivery.net/<ACCOUNT_HASH>/<IMAGE_ID>
with random UUIDs), and thus we have to require presigned URLs.
At the same time we would love to take advantage of flexible variants because each client should be able to request the right variant for their screen size/UI.
In theory it should be possible for presigned URLs to deal with flexible variants (just ignore that part of the URL when generating and validating the signature).
Does your roadmap contain any plan to support that in the future?
Thanks,
Yanick