Cloudflare Docs
Cloudflare for Platforms
Cloudflare for Platforms
Visit Cloudflare for Platforms on GitHub
Set theme to dark (⇧+D)

Multipart uploads

To perform multipart uploads, include a similar object in your metadata’s bindings property:

{
"bindings": [
...,
{
"name": "dispatcher",
"type": "dispatch_namespace",
"namespace": "my-namespace"
}
]
}