fix: honor presign proxy upload URLs

This commit is contained in:
Lan
2026-06-03 03:01:40 +08:00
parent 46e75f94b2
commit c1d882a7c0
3 changed files with 13 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ export interface PresignInitRequest {
export interface PresignInitResponse {
upload_id: string
upload_url: string
proxy_upload_url?: string
legacy_proxy_upload_url?: string
mode: PresignUploadMode
expires_in: number
}