core
core copied to clipboard
feat(blob): multipart upload
Resolves #66
This pull request added multipart upload api and its proxy route.
Also fixed a type error on proxyHubBlob
, it breaks the type check
did some check in playground, ~~not check the proxy api yet~~.
Checked in remote proxy, works well except the contentType
not included in the complete response (but it returns in dev server), maybe it takes time for r2 to determine the type