Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vastsa/FileCodeBox
/ CompleteUploadModel
Class
CompleteUploadModel
apps/base/schemas.py:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
16
class
CompleteUploadModel(BaseModel):
17
expire_value: int
18
expire_style: str
19
20
21
# 预签名上传相关模型
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected