`cache.put` doesn't actually return anything, just an empty promise. R2 does return an `R2Object`, b

cache.put
doesn't actually return anything, just an empty promise. R2 does return an
R2Object
, but that doesn't actually include the body. For the two requests to Backblaze, you can call
response.body.cancel()
to ensure they are closed
Was this page helpful?