From 3562c36817b7306c1f6d390556748f4d9a2d54e4 Mon Sep 17 00:00:00 2001 From: hsluoyz Date: Sun, 18 Jun 2023 23:08:40 +0800 Subject: [PATCH] feat: Revert "fix: fix URL path in MinIO storage provider" (#1988) 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