mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 04:10:20 +08:00
fix: fix URL path in MinIO storage provider(#1818)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user