Skip to content

Commit

Permalink
update method name of saving bucket AKSK
Browse files Browse the repository at this point in the history
Signed-off-by: muzhouliu <[email protected]>
  • Loading branch information
mzhl1111 committed Jul 23, 2024
1 parent e934264 commit 2f7de84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ service MilvusService {

rpc ReplicateMessage(ReplicateMessageRequest) returns (ReplicateMessageResponse) {}

rpc UpdateBlobBucketInfo(UpdateBlobBucketInfoRequest) returns (common.Status) {}
rpc UpdateBlobBucketInfo(UpdateBlobBucketAkSkRequest) returns (common.Status) {}
}

message CreateAliasRequest {
Expand Down Expand Up @@ -1873,7 +1873,7 @@ message ReplicateMessageResponse {
string position = 2;
}

message UpdateBlobBucketInfoRequest {
message UpdateBlobBucketAkSkRequest {
common.MsgBase base = 1;
string bucket = 2;
string auth_key = 3;
Expand Down

0 comments on commit 2f7de84

Please sign in to comment.