You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/r2/api/s3/presigned-urls.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,9 +188,9 @@ if (existingObject?.etag !== request.headers.get("etag")) {
188
188
}
189
189
```
190
190
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:
192
192
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.
194
194
- Enterprise customers can upload 500 MiB by default and can ask their account team to raise this limit.
195
195
- Detecting [precondition failures](/r2/api/s3/extensions/#conditional-operations-in-putobject) is currently easier with presigned URLs as compared with R2 bindings.
0 commit comments