From fea1da86fc4a7ba9622930980db01fec014de9cf Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Sat, 30 Jul 2022 18:45:19 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=20minio=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E8=B7=A8=E5=9F=9F=E4=B8=8A=E4=BC=A0=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../im/zhaojun/zfile/home/service/impl/MinIOServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/im/zhaojun/zfile/home/service/impl/MinIOServiceImpl.java b/src/main/java/im/zhaojun/zfile/home/service/impl/MinIOServiceImpl.java index bb30cdb..459ea6f 100644 --- a/src/main/java/im/zhaojun/zfile/home/service/impl/MinIOServiceImpl.java +++ b/src/main/java/im/zhaojun/zfile/home/service/impl/MinIOServiceImpl.java @@ -27,8 +27,6 @@ public class MinIOServiceImpl extends AbstractS3BaseFileService { .withPathStyleAccessEnabled(true) .withCredentials(new AWSStaticCredentialsProvider(credentials)) .withEndpointConfiguration(new AwsClientBuilder.EndpointConfiguration(param.getEndPoint(), "minio")).build(); - - setUploadCors(); } @Override