Feat: file uploading token sign for remote policy
This commit is contained in:
@@ -139,6 +139,8 @@ func InitMasterRouter() *gin.Engine {
|
||||
{
|
||||
// 文件上传
|
||||
file.POST("upload", controllers.FileUploadStream)
|
||||
// 获取上传凭证
|
||||
file.GET("upload/credential", controllers.GetUploadCredential)
|
||||
// 更新文件
|
||||
file.PUT("update/*path", controllers.PutContent)
|
||||
// 创建文件下载会话
|
||||
|
||||
Reference in New Issue
Block a user