3***@qq.com
3***@qq.com
  • 发布:2022-10-21 15:39
  • 更新:2023-08-08 13:30
  • 阅读:242

#插件讨论# 【 阿里云存储OSS - 软云 】支不支持MINIO SERVER

分类:uni-app
关联插件: 阿里云存储OSS

支不支持MINIO SERVER

2022-10-21 15:39 负责人:无 分享
已邀请:
Zingsun

Zingsun - Zingsun

不知道怎么集成呢?我想oss那样import报错:SyntaxError: The requested module '/node_modules/.vite/deps/minio.js?v=58e74e63' does not provide an export named 'default'

import Minio from "minio"
const minioClient = new Minio.Client({  
        endPoint: resData.endPoint, // 地址  
        port: resData.port, // 端口号,若地址为类似test.minio.com,就不必写端口号  
        useSSL: false, // 是否使用ssl  
        accessKey: resData.accessKey, // 登录的accessKey  
        secretKey: resData.secretKey // secretKey  
      });

要回复问题请先登录注册