Skip to content

@tripo3d/utils / resource / partUpload

Function: partUpload()

ts
function partUpload(
   temporaryToken, 
   blob, 
   onProgress?): Promise<{
  bucket: string;
  key: string;
}>;

Defined in: resource/aws.ts:45

Parameters

ParameterType
temporaryTokenTemporaryToken
blobBlob
onProgress?(progress) => void

Returns

Promise<{ bucket: string; key: string; }>

基于 MIT 协议发布(内部使用)