mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: client-upload file in oss
This commit is contained in:
@@ -18,8 +18,10 @@ type UploadPolicy struct {
|
||||
|
||||
// UploadCredential 返回给客户端的上传凭证
|
||||
type UploadCredential struct {
|
||||
Token string `json:"token"`
|
||||
Policy string `json:"policy"`
|
||||
Token string `json:"token"`
|
||||
Policy string `json:"policy"`
|
||||
Path string `json:"path"`
|
||||
AccessKey string `json:"ak"`
|
||||
}
|
||||
|
||||
// UploadSession 上传会话
|
||||
|
||||
Reference in New Issue
Block a user