szetszwo commented on code in PR #5644:
URL: https://github.com/apache/ozone/pull/5644#discussion_r1405566826


##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/audit/S3GAction.java:
##########
@@ -36,6 +36,7 @@ public enum S3GAction implements AuditAction {
 
   //ObjectEndpoint
   CREATE_MULTIPART_KEY,
+  CREATE_MULTIPART_KEY_BY_COPY,

Review Comment:
   Let's call it `COPY_MULTIPART_KEY`?



##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java:
##########
@@ -217,17 +218,23 @@ public Response put(
       @QueryParam("uploadId") @DefaultValue("") String uploadID,
       InputStream body) throws IOException, OS3Exception {
     long startNanos = Time.monotonicNowNanos();
+    // Set to an Array so that S3GAction can be changed within the function.

Review Comment:
   This comment seems out-dated?



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