Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aruna/api/storage/services/v2/object_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,15 @@ message GetUploadURLRequest {
bool multipart = 2;
// (optional) if multi was initialized
int32 part_number = 3;
// (optional) if part_number > 1 and multipart = true
string upload_id = 4;
}

message GetUploadURLResponse {
// URL
string url = 1;
// Upload Id (can be ignored with single part uploads)
string upload_id = 2;
}

message GetDownloadURLRequest {
Expand Down