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

Class PresignUploadInitResponse

apps/base/schemas.py:30–36  ·  view source on GitHub ↗

预签名上传初始化响应

Source from the content-addressed store, hash-verified

28
29
30class PresignUploadInitResponse(BaseModel):
31 """预签名上传初始化响应"""
32 upload_id: str
33 upload_url: str
34 mode: str # "direct" 或 "proxy"
35 save_path: str
36 expires_in: int # URL过期时间(秒)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected