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
5 changes: 5 additions & 0 deletions aruna/api/storage/services/v2/object_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ message FinishObjectStagingRequest {
// Should be empty if the upload was not multipart.
// (optional)
repeated CompletedPart completed_parts = 4;

// If the upload was multipart, this is the upload id which should be completed.
// Should be empty if the upload was not multipart.
// (optional)
string upload_id = 5;
}

message FinishObjectStagingResponse {
Expand Down