mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Revert "fix: fix URL path in MinIO storage provider(#1818)"
This reverts commit 3699177837c0ae674406f1ffb3519a464cf509bc.
This commit is contained in:
parent
7884e10ca3
commit
138ca9d0c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user