Skip to content

Commit

Permalink
feat(blob): add encoded_url_path to retrieve object (#498)
Browse files Browse the repository at this point in the history
Because

some service may only maintain the object url in their service

This commit

add encode path filed to get back the object url
  • Loading branch information
Yougigun authored Oct 24, 2024
1 parent d74fca2 commit 1264774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artifact/artifact/v1alpha/artifact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ message GetObjectResponse {
message GetObjectURLRequest {
// object url uid
string uid = 1;
// encoded url path. artifact first use uid to get object url,
// if not exist, then use encoded url path to get object url
optional string encoded_url_path = 2;
}

// GetObjectURLResponse
Expand Down

0 comments on commit 1264774

Please sign in to comment.