mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve S3/WebDAV data sync config https://github.com/siyuan-note/siyuan/issues/12923
This commit is contained in:
parent
e25e8042ba
commit
b32257cf1c
16 changed files with 648 additions and 622 deletions
|
|
@ -339,7 +339,7 @@ func InitConf() {
|
|||
Conf.Sync.Mode = 1
|
||||
}
|
||||
if nil == Conf.Sync.S3 {
|
||||
Conf.Sync.S3 = &conf.S3{SkipTlsVerify: true}
|
||||
Conf.Sync.S3 = &conf.S3{PathStyle: true, SkipTlsVerify: true}
|
||||
}
|
||||
Conf.Sync.S3.Endpoint = util.NormalizeEndpoint(Conf.Sync.S3.Endpoint)
|
||||
Conf.Sync.S3.Timeout = util.NormalizeTimeout(Conf.Sync.S3.Timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue