minio上传base64 log补充信息
This commit is contained in:
@@ -519,6 +519,7 @@ public class MinioUtil {
|
|||||||
|
|
||||||
return bucketName + "/" + fileName;
|
return bucketName + "/" + fileName;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.info("base64上传minio失败:{}",e.getMessage());
|
||||||
log.error(e.getMessage());
|
log.error(e.getMessage());
|
||||||
return null; // or throw an exception
|
return null; // or throw an exception
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user