From 138ca9d0c95c66697f663931381b2f9148eea25d Mon Sep 17 00:00:00 2001 From: hsluoyz Date: Sun, 18 Jun 2023 22:46:43 +0800 Subject: [PATCH] Revert "fix: fix URL path in MinIO storage provider(#1818)" This reverts commit 3699177837c0ae674406f1ffb3519a464cf509bc. --- storage/minio_s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/minio_s3.go b/storage/minio_s3.go index beab5c7d..8dde5858 100644 --- a/storage/minio_s3.go +++ b/storage/minio_s3.go @@ -29,7 +29,7 @@ func NewMinIOS3StorageProvider(clientId string, clientSecret string, region stri Endpoint: endpoint, S3Endpoint: endpoint, ACL: awss3.BucketCannedACLPublicRead, - S3ForcePathStyle: false, + S3ForcePathStyle: true, }) return sp