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/139/meta.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ type Addition struct {
18
18
CustomUploadPartSizeint64`json:"custom_upload_part_size" type:"number" default:"0" help:"0 for auto"`
19
19
ReportRealSizebool`json:"report_real_size" type:"bool" default:"true" help:"Enable to report the real file size during upload"`
20
20
UseLargeThumbnailbool`json:"use_large_thumbnail" type:"bool" default:"false" help:"Enable to use large thumbnail for images"`
21
+
UseOldStreamUploadbool`json:"use_old_stream_upload" type:"bool" default:"false" help:"Enable to use old stream upload method (not support rapid upload)"`
0 commit comments