Skip to content

Commit 99d4d54

Browse files
committed
remove upload type from the chunk
1 parent b5fceda commit 99d4d54

File tree

3 files changed

+61
-76
lines changed

3 files changed

+61
-76
lines changed

provisionersdk/proto/provisioner.pb.go

Lines changed: 57 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,10 @@ message DataUpload {
460460
// ChunkPiece is used to stream over large files (over the 4mb limit).
461461
message ChunkPiece {
462462
bytes data = 1;
463-
string upload_type = 2;
464463
// full_data_hash should match the hash from the original
465464
// DataUpload message
466-
bytes full_data_hash = 3;
467-
int32 piece_index = 4;
465+
bytes full_data_hash = 2;
466+
int32 piece_index = 3;
468467
}
469468

470469
service Provisioner {

site/e2e/provisionerGenerated.ts

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy