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