添加MinIO文件上传支持

This commit is contained in:
macro
2020-01-04 15:54:06 +08:00
parent de89d82cde
commit 46e6170b78
6 changed files with 123 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
</dependency>
</dependencies>
<build>
<plugins>