Skip to content

Commit

Permalink
WTEL-4427; changed response metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed May 14, 2024
1 parent 01d9c8a commit 83b99a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions storage/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,12 @@ message SafeUploadFileRequest {
message SafeUploadFileResponse {

message Metadata {
int64 domain_id = 1;
string name = 2;
string mime_type = 3;
string uuid = 4;
bool stream_response = 5;
int64 profile_id = 6;
int64 size = 7;
int64 file_id = 1;
string file_url = 2;
int64 size = 3;
UploadStatusCode code = 4;
string server = 5;
string sha256sum = 6;
}

message Part {
Expand Down

0 comments on commit 83b99a0

Please sign in to comment.