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
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat(storage-r2): client uploads using R2 multipart api (#14733)
### What?
Implements client-side uploads by splitting files into multiple parts
and uploading each one separately.
### Why?
To support uploading large files, without reaching the Worker's memory
limit.
### How?
By splitting the file into multiple small parts and uploading each one
separately. This leverages R2's support for multipart uploads:
https://developers.cloudflare.com/r2/objects/multipart-objects/
This feature was requested on Discord:
https://discord.com/channels/967097582721572934/1428654256562503740/1428654256562503740
---------
Co-authored-by: Ricardo Tavares <rtavares@cloudflare.com>
Co-authored-by: Paul Popus <paul@payloadcms.com>
0 commit comments