wlodar
wlodar
CDCloudflare Developers
Created by wlodar on 5/7/2024 in #workers-help
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
3 replies