Skip to content

Commit

Permalink
fix: store key
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 24, 2024
1 parent fbaccf7 commit 92ce95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpkm67/store/object/v1/object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ service ObjectService {

message Object{
string url = 1;
string objectKey = 2;
string key = 2;
}

// FindByKey
Expand All @@ -34,7 +34,7 @@ message UploadObjectResponse{

// DeleteByKey
message DeleteByKeyObjectRequest{
string objectKey = 1;
string key = 1;
}

message DeleteByKeyObjectResponse{
Expand Down

0 comments on commit 92ce95c

Please sign in to comment.