mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: thumbnails for 21Vianet OneDrive
This commit is contained in:
@@ -22,8 +22,8 @@ type Policy struct {
|
||||
BucketName string
|
||||
IsPrivate bool
|
||||
BaseURL string
|
||||
AccessKey string `gorm:"size:512"`
|
||||
SecretKey string `gorm:"size:512"`
|
||||
AccessKey string `gorm:"size:1024"`
|
||||
SecretKey string `gorm:"size:1024"`
|
||||
MaxSize uint64
|
||||
AutoRename bool
|
||||
DirNameRule string
|
||||
|
||||
Reference in New Issue
Block a user