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

This commit is contained in:
imp2002
2023-05-08 16:48:56 +08:00
committed by GitHub
parent 3a6846b32c
commit 3699177837

View File

@ -29,7 +29,7 @@ func NewMinIOS3StorageProvider(clientId string, clientSecret string, region stri
Endpoint: endpoint,
S3Endpoint: endpoint,
ACL: awss3.BucketCannedACLPublicRead,
S3ForcePathStyle: true,
S3ForcePathStyle: false,
})
return sp