mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: creating upload session and credential from master server
This commit is contained in:
@@ -374,7 +374,7 @@ func (service *FileIDService) PutContent(ctx context.Context, c *gin.Context) se
|
||||
MIMEType: c.Request.Header.Get("Content-Type"),
|
||||
File: c.Request.Body,
|
||||
Size: fileSize,
|
||||
Model: fsctx.Overwrite,
|
||||
Mode: fsctx.Overwrite,
|
||||
}
|
||||
|
||||
// 创建文件系统
|
||||
|
||||
Reference in New Issue
Block a user