CF in general, irrespective of R2, will (de)compress is on the fly if needed when served
CF in general, irrespective of R2, will (de)compress is on the fly if needed when served



Transfer-Encoding: chunked back, not br / Brotli back.*.r2.cloudflarestorage.com doesn't have Brotli enabled.

content-type of already uploaded objects in a bucket? I'd like to avoid re-uploading the files as i have lots of them and their size is large...After you upload the object, you cannot modify object metadata. The only way to modify object metadata is to make a copy of the object and set the metadata. In the copy operation, set the same object as the source and target.I suspect the same advice applies to R2
--header "Accept-Encoding: br"Transfer-Encoding: chunkedbr*.r2.cloudflarestorage.comcontent-type[
{
"AllowedOrigins": [
"https://example.com",
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"DELETE",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"ETag"
]
}
]