guohao-rosicky commented on code in PR #4970:
URL: https://github.com/apache/ozone/pull/4970#discussion_r1242082157


##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java:
##########
@@ -233,11 +255,19 @@ public Response put(
           .equals(headers.getHeaderString("x-amz-content-sha256"))) {
         body = new SignedChunksInputStream(body);
       }
+      long putLength = 0;
+      if (datastreamEnabled && !enableEC) {

Review Comment:
   Thanks @szetszwo review this.
   I think it is ok, whether this is better to have a display configuration, 
and then this configuration can be decided by the user, if you think it is 
possible, I can add this configuration



-- 
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]

Reply via email to