From d37238c4531c9c56b1b602220a1c3bec2a474451 Mon Sep 17 00:00:00 2001 From: "limin.zhang" Date: Tue, 14 Mar 2023 17:34:34 +0800 Subject: [PATCH] =?UTF-8?q?2023.03.14=20=E8=B0=83=E6=95=B4=E5=8F=82?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E5=85=BC=E5=AE=B9minio=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=EF=BC=9B=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0=EF=BC=8C=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E9=93=BE=E6=8E=A5=E6=9C=80=E9=95=BF=E6=9C=89?= =?UTF-8?q?=E6=95=88=E6=9C=9F=E4=B8=BA7=E5=A4=A9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/config/fms-core/dev_core.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev/config/fms-core/dev_core.conf b/dev/config/fms-core/dev_core.conf index 14e2fa6..c4a8b9d 100644 --- a/dev/config/fms-core/dev_core.conf +++ b/dev/config/fms-core/dev_core.conf @@ -180,6 +180,11 @@ provider.aws { key = "fTbjUPzlfsxlue0O" secret = "Gf6xyQie5QDH28y41f4mXuDzvez26cWg" region = "ap-southeast-1" + host = "http://192.168.2.239:9000" + + s3 { + pathStyleAccessEnabled = true + } sns { region = "ap-southeast-1" @@ -268,7 +273,8 @@ audio.storage.address="https://minio.dev.eveus.com/mkfleet/audio/" clip.request.pendingTimeout = 604800 clip.storage.maxAge { - default = 15811200 +# default = 15811200 // 183 days + default = 604800 // 7days } clip.uploading.supportResume = true