Skip to content

Commit

Permalink
include sha256_hex in MountPutFile response
Browse files Browse the repository at this point in the history
Prepare for making it optional to pass in the sha256_hex in the request
  • Loading branch information
danielnorberg committed Jan 4, 2025
1 parent 4ca850c commit bad590b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,7 @@ message MountPutFileRequest {

message MountPutFileResponse {
bool exists = 2;
string sha256_hex = 3;
}

message MultiPartUpload {
Expand Down

0 comments on commit bad590b

Please sign in to comment.