Skip to content

Commit

Permalink
WTEL-4427; added upload_id
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed May 14, 2024
1 parent d6b950f commit 01d9c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ message SafeUploadFileRequest {
}

oneof data {
int64 file_id = 1;
string upload_id = 1;
Metadata metadata = 2;
bytes chunk = 3;
};
Expand All @@ -139,7 +139,7 @@ message SafeUploadFileResponse {
}

message Part {
int64 file_id = 1;
string upload_id = 1;
int64 size = 2;
}

Expand Down

0 comments on commit 01d9c8a

Please sign in to comment.