Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUploadConfig

Hierarchy

  • IUploadConfig

Index

Properties

getFileToken: ((fileType: FileType, fileName?: string, httpMethod?: "POST" | "PUT", queryString?: string, url?: string, size?: number) => Promise<IUploadAuth & { bos: string; qiniu: string; ossConfig: string }>)

Type declaration

    • (fileType: FileType, fileName?: string, httpMethod?: "POST" | "PUT", queryString?: string, url?: string, size?: number): Promise<IUploadAuth & { bos: string; qiniu: string; ossConfig: string }>
    • Parameters

      • fileType: FileType
      • Optional fileName: string
      • Optional httpMethod: "POST" | "PUT"
      • Optional queryString: string
      • Optional url: string
      • Optional size: number

      Returns Promise<IUploadAuth & { bos: string; qiniu: string; ossConfig: string }>

getFileUrl: ((fileType: FileType, fileName?: string, saveName?: string, uploadRes?: { isBosRes: boolean; downloadUrl: string }, serverType?: UploadMethod) => Promise<{ downloadUrl: string }>)

Type declaration

    • (fileType: FileType, fileName?: string, saveName?: string, uploadRes?: { isBosRes: boolean; downloadUrl: string }, serverType?: UploadMethod): Promise<{ downloadUrl: string }>
    • Parameters

      • fileType: FileType
      • Optional fileName: string
      • Optional saveName: string
      • Optional uploadRes: { isBosRes: boolean; downloadUrl: string }
        • isBosRes: boolean
        • downloadUrl: string
      • serverType: UploadMethod = UploadMethod.QINIU

      Returns Promise<{ downloadUrl: string }>

customDomain: string
serverType?: number
ossConfig?: string
uploadServer?: string
bosAddr?: string