@xiatianwhitedey/zeta-uploader
v1.0.9
Published
npm run @rays/zeta-uploader
Downloads
10
Readme
安装
npm run @rays/zeta-uploader
获取授权
获取腾讯云cos/ceph对象存储临时授权 授权时长24小时(超时需要重新调用此接口获取授权信息) const authorizeInfo = { tmpSecretId: string; tmpSecretKey: string; sessionToken: string; bucket: string; region: string; expiredTime: number; storageType: string; endPoint?: string; } const type = 'ceph' type 不传默认腾讯云cos const zetaUploader = new ZetaUploader(authorizeInfo,type?)
图片上传 超过一M会压缩
zetaUploader.uploadImage(key,file,cb())