Image Resize Disable Cache
I'm optimizing images with cloudflare workers and image resize. I faced a problem, where I upload the same image url twice in short time and the optimized images are the previous ones. As I store the images on cloudlare R2, i dont need to have this images cached to avoid this problem with old images being returned. Is there a way to get around this cache and use this solely for resizing
1 Reply
I upload different images but with the same name / urk
In case where user modifies the oriiginal image and upload it once again with these changes made