pub async fn upload_check(
__arg0: State<AppState>,
__arg1: Json<UploadCheckRequest>,
) -> impl IntoResponseExpand description
POST /upload/check - Batch-check blob presence for upload planning.
pub async fn upload_check(
__arg0: State<AppState>,
__arg1: Json<UploadCheckRequest>,
) -> impl IntoResponsePOST /upload/check - Batch-check blob presence for upload planning.