Revert "fix: fix URL path in MinIO storage provider(#1818)"

This reverts commit 3699177837c0ae674406f1ffb3519a464cf509bc.
This commit is contained in:
hsluoyz 2023-06-18 22:46:43 +08:00 committed by GitHub
parent 7884e10ca3
commit 138ca9d0c9

View File

@ -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