minio属性增加"filePath"
This commit is contained in:
parent
e2ea3338f1
commit
722526d468
@ -20,4 +20,7 @@ public class MinIOParam extends S3BaseParam {
|
|||||||
@StorageParamItem(name = "服务地址", order = 5, description = "为 minio 的服务地址,非 web 访问地址,一般为 http://ip:9000")
|
@StorageParamItem(name = "服务地址", order = 5, description = "为 minio 的服务地址,非 web 访问地址,一般为 http://ip:9000")
|
||||||
private String endPoint;
|
private String endPoint;
|
||||||
|
|
||||||
|
@StorageParamItem(name = "minio宿主机挂载路径", order = 0,description = "只支持绝对路径<br>Docker 方式部署的话需提前映射宿主机路径! " )
|
||||||
|
private String filePath;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user