mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +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
|
|
@ -44,6 +44,7 @@ type S3 struct {
|
|||
SecretKey string `json:"secretKey"` // Secret Key
|
||||
Bucket string `json:"bucket"` // 存储空间
|
||||
Region string `json:"region"` // 存储区域
|
||||
PathStyle bool `json:"pathStyle"` // 是否使用路径风格
|
||||
}
|
||||
|
||||
type WebDAV struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue