Etag and Content-Type support in KV Storage

I know this was shared early and only about couple weeks ago…

Just curious when we can see this as “official”

Edit: Never mind. Looks like it’s merged in docs just no announcement

Announced Here: Catching up with Workers KV

I created a small wrapper around the rest-api to make it api-compatible with the runtime API: cloudflare-kv-storage-rest. It works from both browser and node-js (with node-fetch and form-data).

It uses two requests to fetch the value and the metadata so the cost is slightly higher per request.