mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
fix: fix URL path in MinIO storage provider(#1818)
This commit is contained in:
parent
3a6846b32c
commit
3699177837
@ -29,7 +29,7 @@ func NewMinIOS3StorageProvider(clientId string, clientSecret string, region stri
|
|||||||
Endpoint: endpoint,
|
Endpoint: endpoint,
|
||||||
S3Endpoint: endpoint,
|
S3Endpoint: endpoint,
|
||||||
ACL: awss3.BucketCannedACLPublicRead,
|
ACL: awss3.BucketCannedACLPublicRead,
|
||||||
S3ForcePathStyle: true,
|
S3ForcePathStyle: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
return sp
|
return sp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user