mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
🎨 S3 云端存储支持设置使用路径风格寻址 https://github.com/siyuan-note/siyuan/issues/6559
This commit is contained in:
parent
1e0b6d7af7
commit
a14f700373
4 changed files with 14 additions and 14 deletions
|
|
@ -1053,6 +1053,7 @@ func buildCloudConf() (ret *cloud.Conf, err error) {
|
|||
ret.SecretKey = Conf.Sync.S3.SecretKey
|
||||
ret.Bucket = Conf.Sync.S3.Bucket
|
||||
ret.Region = Conf.Sync.S3.Region
|
||||
ret.PathStyle = Conf.Sync.S3.PathStyle
|
||||
case conf.ProviderWebDAV:
|
||||
ret.Endpoint = Conf.Sync.WebDAV.Endpoint
|
||||
ret.Username = Conf.Sync.WebDAV.Username
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue