From 90a7157efef85eaa4a3d7945ae7de7db035a83e9 Mon Sep 17 00:00:00 2001 From: Will Taylor Date: Thu, 17 Apr 2025 09:15:32 -0400 Subject: [PATCH] Update messaging for Workers Static Assets bucketing strategy --- src/content/docs/workers/static-assets/direct-upload.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/static-assets/direct-upload.mdx b/src/content/docs/workers/static-assets/direct-upload.mdx index 377eccb3405c453..1c1410cc1a025cf 100644 --- a/src/content/docs/workers/static-assets/direct-upload.mdx +++ b/src/content/docs/workers/static-assets/direct-upload.mdx @@ -114,7 +114,7 @@ curl -X POST https://api.cloudflare.com/client/v4/accounts/{account_id}/workers/ The resulting response will contain a JWT, which provides authentication during file upload. The JWT is valid for one hour. -In addition to the JWT, the response instructs users how to optimally batch upload their files. These instructions are encoded in the `buckets` field. Each array in `buckets` contains a list of file hashes which should be uploaded together. Hashes of files that have been recently uploaded may not be returned in the API response; they do not need to be re-uploaded. +In addition to the JWT, the response instructs users how to optimally batch upload their files. These instructions are encoded in the `buckets` field. Each array in `buckets` contains a list of file hashes which should be uploaded together. Unmodified files will not be returned in the `buckets` field (as they do not need to be re-uploaded) if they have recently been uploaded in previous versions of your Worker. ```json {