core icon indicating copy to clipboard operation
core copied to clipboard

feat(blob): multipart upload

Open Teages opened this issue 10 months ago • 14 comments

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

Teages avatar Apr 12 '24 13:04 Teages