@tripo3d/utils / resource / upload
Function: upload()
ts
function upload(temporaryToken, blob): Promise<{
bucket: string;
key: string;
}>;Defined in: resource/aws.ts:18
Parameters
| Parameter | Type |
|---|---|
temporaryToken | TemporaryToken |
blob | Blob |
Returns
Promise<{ bucket: string; key: string; }>