file: bucketName: s3demo # 上文创建的桶名称 local: enable: true base-path: /data
<!--文件系统--> <dependency> <groupId>com.pig4cloud</groupId> <artifactId>pigx-common-oss</artifactId> </dependency>
@Autowire private FileTemplate template; template.putObject("s3demo", fileName, file.getInputStream());
📄 微信公众号模块使用 📄 minio 文件系统使用