And then to read it back you can do a `const image = env.KV_BINDING.get("imagename", { type: "stream

And then to read it back you can do a const image = env.KV_BINDING.get("imagename", { type: "stream" }); (notice the stream part to get back as a stream)
Was this page helpful?