Fix: thumbnails for 21Vianet OneDrive

This commit is contained in:
HFO4
2020-01-22 08:58:59 +08:00
parent 752ce5ce62
commit d3f132de6d
6 changed files with 27 additions and 5 deletions

View File

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