预签名大文件分片上传的URL
预签名大文件分片上传的URL
Path Parameters
job_id string required
任务ID。
application/json
Request Body required
job_id string
任务ID。
relpath string required
文件相对路径。
file_size int64 required
文件大小。
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
upload_id string
上传ID
list object[]
预签署的URL列表
uri string
预签署的URL
part_num int64
部分编号
part_size int64
部分大小
file_offset int64
文件偏移量
{
"upload_id": "string",
"list": [
{
"uri": "string",
"part_num": 0,
"part_size": 0,
"file_offset": 0
}
]
}
Default error response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
@type string
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...