file: bucketName: s3demo # 上文创建的桶名称 oss: enable: true # v4.4 开启OSS 上传 endpoint: obs.cn-north-1.myhuaweicloud.com #对应上图 ③ 处配置 access-key: xxx # 上文创建的AK secret-key: xxx # 上文创建的SK
<!--文件系统--> <dependency> <groupId>com.pig4cloud</groupId> <artifactId>pigx-common-oss</artifactId> </dependency>
// 低版本注入 OssTemplate @Autowire private FileTemplate template; template.putObject("s3demo", fileName, file.getInputStream());
📄 minio 文件系统使用 📄 阿里云文件系统使用