minio属性增加"filePath"

This commit is contained in:
wanxiaoli 2025-06-20 14:19:44 +08:00
parent e2ea3338f1
commit 722526d468

View File

@ -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;
} }