UNPKG

@mt-utils/huawei-obs

Version:

华为云OBS文件上传下载

17 lines (16 loc) 527 B
import { default as FileContext } from './file-context'; import { SystemConfig } from './types'; declare const _default: { /** * 设置系统和上传配置 * @param newConfig 包含系统配置的对象 */ config(newConfig: SystemConfig): void; /** * 创建文件上传上下文 * @param sourceFile 要上传的文件对象 * @returns 返回一个FileContext实例,用于管理文件上传 */ createUploadContext(sourceFile: File): FileContext; }; export default _default;