Skip to content

Commit 5bdf8aa

Browse files
authored
Updates pricing and limits in Workers Static Assets (#18218)
Includes updates to pricing information for storing assets on Workers, as well as file size limits
1 parent b3d8d59 commit 5bdf8aa

File tree

1 file changed

+3
-0
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+3
-0
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Requests to a project with static assets can either return static assets or invo
6767

6868
**Requests to static assets are free and unlimited**. Requests to the Worker script (e.g. in the case of SSR content) are billed according to Workers pricing. Refer to [pricing](/workers/platform/pricing/#example-2) for an example.
6969

70+
There's no additional cost for storing Assets.
71+
7072
### Troubleshooting
7173

7274
- `assets.bucket is a required field` — if you see this error, you need to update Wrangler to at least `3.78.10` or later. `bucket` is not a required field.
@@ -75,6 +77,7 @@ Requests to a project with static assets can either return static assets or invo
7577

7678
The following limitations apply for Workers with static assets:
7779

80+
- There is a 20,000 file count limit per [Worker version](/workers/configuration/versions-and-deployments/), and a 25 MiB individual file size limit. This matches the [limits in Cloudflare Pages](/pages/platform/limits/) today.
7881
- You cannot yet enable [Smart Placement](/workers/configuration/smart-placement/) projects with static assets. This is a temporary limitation, we are working to remove it.
7982
- You cannot upload static assets to [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) [user workers](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/). This is a temporary limitation, we are working to remove it.
8083
- In local development, you cannot make [Service Binding RPC calls](/workers/runtime-apis/bindings/service-bindings/rpc/) to a Worker with static assets. This is a temporary limitation, we are working to remove it.

0 commit comments

Comments
 (0)