Skip to content

Commit 25ac876

Browse files
committed
update limitations
1 parent a6079a4 commit 25ac876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/api/s3/presigned-urls.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ if (existingObject?.etag !== request.headers.get("etag")) {
188188
}
189189
```
190190

191-
Cloudflare Workers currently have some limitations that you may need to consider:
191+
When using the bindings, you may need to consider the following limitations:
192192

193-
- You cannot upload more than 100 MiB (200 MiB for Business customers) with a Worker.
193+
- You cannot upload more than 100 MiB (200 MiB for Business customers) when using the bindings.
194194
- Enterprise customers can upload 500 MiB by default and can ask their account team to raise this limit.
195195
- Detecting [precondition failures](/r2/api/s3/extensions/#conditional-operations-in-putobject) is currently easier with presigned URLs as compared with R2 bindings.
196196

0 commit comments

Comments
 (0)