
headers related seems to go delete accepting and everything else included in that release isn't included.get works fineget with doesn't and put with doesn't

worker.example.combucket-oneid.r2.cloudflarestorage.combucket-twostring[]r2-presigned-url-workervirtualonlyIfrange: reqHeadersonlyIf: reqHeadersworkerdworkerdCloudflare Developer Platform (Cloudflare Workers; Cloudflare Pages; Workers KV; Durable Objects; and R2)cachesawait env.R2.get(key, {
range: req.headers
});await env.R2.put(key, body, {
onlyIf: req.headers
});