You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drivers/123_open/meta.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ type Addition struct {
23
23
// 上传线程数
24
24
UploadThreadint`json:"UploadThread" type:"number" default:"3" help:"the threads of upload"`
25
25
26
+
// 使用直链
27
+
DirectLinkbool`json:"DirectLink" type:"boolean" default:"false" required:"false" help:"use direct link when download file"`
28
+
DirectLinkPrivateKeystring`json:"DirectLinkPrivateKey" required:"false" help:"private key for direct link, if URL authentication is enabled"`
29
+
DirectLinkValidDurationint64`json:"DirectLinkValidDuration" type:"number" default:"30" required:"false" help:"minutes, if URL authentication is enabled"`
0 commit comments