Netlify Blobs Netlify Blobs is zero-config object storage available from any Netlify compute (functions, edge functions, framework server routes). No provisioning required. Getting a Store CRUD Operations These are the only store methods. Do not invent others. Create / Update Read Delete List Store Types - Site-scoped ( ): Persist across all deploys. Use for most cases. - Deploy-scoped ( ): Tied to a specific deploy lifecycle. Limits | Limit | Value | |---|---| | Max object size | 5 GB | | Store name max length | 64 bytes | | Key max length | 600 bytes | Local Development Local dev uses a san…