Parcourir la source

添加机车kingbase

hexiao il y a 2 ans
Parent
commit
ebbe999b55

+ 0 - 9
base-common/src/main/java/com/ozs/common/utils/MinioUtils.java

@@ -74,15 +74,6 @@ public class MinioUtils {
 
     }
 
-    /**
-     * 图片上传
-     *
-     * @param imgInputStream
-     * @throws Exception
-     */
-    public void minIoClientUpload(InputStream imgInputStream) throws Exception {
-        minIoClientUpload(imgInputStream, bucketName);
-    }
 
 
 }