Though you don't really "pick" that
Though you don't really "pick" that

env.variable_name, right?= in the response-cache-control query parameter on Backblaze B2. It works fine on R2 though. I'm using aws4fetch for signing.= with %3D on the signed URL worksfunction myNewFunction(env) {
// use env here
}
export default {
async fetch(req, env) {
myNewFunction(env);
// Do more stuff
}
}