Store anything
JSON, HTML, images, CSS, JavaScript, fonts, videos, PDFs, WebAssembly — it's all just keys and values. PUT it in, GET it out. Content-Type is automatic.
PUT /.../assets/logo.png → image/png PUT /.../site/index.html → text/html PUT /.../data/users.json → application/json PUT /.../fonts/inter.woff2 → font/woff2