上传段对象
upload Part 表示我们可以添加到 Upload 对象的字节块。
OBJECT 上传段对象
1
2
3
4
5
6
{
"id": "part_def456",
"object": "upload.part",
"created_at": 1719186911,
"upload_id": "upload_abc123"
}
upload Part 表示我们可以添加到 Upload 对象的字节块。
1
2
3
4
5
6
{
"id": "part_def456",
"object": "upload.part",
"created_at": 1719186911,
"upload_id": "upload_abc123"
}