Skip to content

Commit 3dd73d7

Browse files
Update messaging for Workers Static Assets bucketing strategy (#21788)
1 parent a96a764 commit 3dd73d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/direct-upload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ curl -X POST https://api.cloudflare.com/client/v4/accounts/{account_id}/workers/
114114

115115
The resulting response will contain a JWT, which provides authentication during file upload. The JWT is valid for one hour.
116116

117-
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.
117+
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.
118118

119119
```json
120120
{

0 commit comments

Comments
 (0)