Caching R2 files when using signed urls
I'm having trouble figuring out how to effectively make my cdn (cloudflare) cache properly while maintaining secure access (using s3's getSignedUrl). I cannot make cloudflare ignore the query since it would remove the restricted access, but if the query does matter it keeps request it directly from the storage and not from the cache, is there any solution?