Complete artifact binary transfer streaming
This commit is contained in:
@@ -42,7 +42,7 @@ type ArtifactChunkUploadRequest struct {
|
||||
Offset int64 `json:"offset"`
|
||||
SizeBytes int `json:"sizeBytes"`
|
||||
Checksum string `json:"checksum"`
|
||||
Payload []byte `json:"payload"`
|
||||
Payload []byte `json:"-"`
|
||||
}
|
||||
|
||||
type ArtifactChunkUploadResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user