代码提交
This commit is contained in:
parent
6cefd722cd
commit
e1325d6335
|
@ -26,6 +26,6 @@ public class MinioPrefixSerializer implements ObjectWriter<String> {
|
||||||
if (object instanceof String path && StrUtil.isNotEmpty(path)) {
|
if (object instanceof String path && StrUtil.isNotEmpty(path)) {
|
||||||
jsonWriter.writeString(minioPrefix + object);
|
jsonWriter.writeString(minioPrefix + object);
|
||||||
}
|
}
|
||||||
jsonWriter.writeNull();
|
jsonWriter.writeString("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue