diff --git a/src/content/docs/workers/configuration/multipart-upload-metadata.mdx b/src/content/docs/workers/configuration/multipart-upload-metadata.mdx index 25fac9277146fe4..2a86a9ee06e1a1a 100644 --- a/src/content/docs/workers/configuration/multipart-upload-metadata.mdx +++ b/src/content/docs/workers/configuration/multipart-upload-metadata.mdx @@ -39,6 +39,18 @@ At a minimum, the `main_module` key is required to upload a Worker. * The part name that contains the module entry point of the Worker that will be executed. For example, `main.js`. +* `assets` + + * [Asset](/workers/static-assets/) configuration for a Worker. + * `config` + * [html_handling](/workers/static-assets/routing/#1-html_handling) determines the redirects and rewrites of requests for HTML content. + * [not_found_handling](/workers/static-assets/routing/#2-not_found_handling) determines the response when a request does not match a static asset, and there is no Worker script. + * `jwt` field provides a token authorizing assets to be attached to a Worker. + +* `keep_assets` + + * Specifies whether assets should be retained from a previously uploaded Worker version; used in lieu of providing a completion token. + * `bindings` array\[object] optional * [Bindings](#bindings) to expose in the Worker. @@ -126,6 +138,10 @@ Workers can interact with resources on the Cloudflare Developer Platform using [ "name": "", "dataset": "" }, + { + "type": "assets", + "name": "" + }, { "type": "browser_rendering", "name": ""