MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / PresignUploadInitRequest

Class PresignUploadInitRequest

apps/base/schemas.py:22–27  ·  view source on GitHub ↗

预签名上传初始化请求

Source from the content-addressed store, hash-verified

20
21# 预签名上传相关模型
22class PresignUploadInitRequest(BaseModel):
23 """预签名上传初始化请求"""
24 file_name: str
25 file_size: int
26 expire_value: int = 1
27 expire_style: str = "day"
28
29
30class PresignUploadInitResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected