UNPKG

@bnb-chain/greenfield-js-sdk

Version:
14 lines (13 loc) 393 B
import { OnProgress } from '../common'; import { DelegatedOpts, ResumableOpts, UploadFile } from './Common'; export type DelegatedPubObjectRequest = { bucketName: string; objectName: string; body: UploadFile; delegatedOpts: DelegatedOpts; endpoint?: string; timeout?: number; contentType?: string; resumableOpts?: ResumableOpts; onProgress?: OnProgress; };