Yo, What does the line included with Cloudflare CDN even means if it is just stored at single region
Yo, What does the line included with Cloudflare CDN even means if it is just stored at single region?
LastAccessed time to objects then are there any clients which will throw due to an unexpected key in the schema? But, like most R2 extensions to S3, they could just throw it in a custom header (or re-use Last-Modified).The specified bucket does not exist. (Code: 10006) error. I can create another custom domain on the bucket and it works fine.


/ as the valueconst data = await MY_R2_BUCKET.get(key);const mytext = await data.text()LastAccessedLast-ModifiedThe specified bucket does not exist. (Code: 10006)export default <ExportedHandler<Environment>>{
async fetch(req, env) {
if (req.method === "POST") {
return Response.json(await env.R2.put("file", req.body));
}
return new Response((await env.R2.get("file"))?.body, {
headers: {
"content-type": "image/png"
}
});
}
}