🎨 S3 云端存储支持设置使用路径风格寻址 https://github.com/siyuan-note/siyuan/issues/6559

This commit is contained in:
Liang Ding 2022-11-12 11:03:40 +08:00
parent 1e0b6d7af7
commit a14f700373
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 14 additions and 14 deletions

View file

@ -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 {