adoroszlai commented on code in PR #5668:
URL: https://github.com/apache/ozone/pull/5668#discussion_r1469153111
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1583,8 +1583,9 @@ message MultipartCommitUploadPartRequest {
}
message MultipartCommitUploadPartResponse {
+ required string partName = 1;
// This one is returned as Etag for S3.
- optional string partName = 1;
+ optional string eTag = 2;
Review Comment:
Can we keep `partName` optional?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]