adoroszlai commented on code in PR #5644:
URL: https://github.com/apache/ozone/pull/5644#discussion_r1403605456
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/audit/S3GAction.java:
##########
@@ -36,8 +36,12 @@ public enum S3GAction implements AuditAction {
//ObjectEndpoint
CREATE_MULTIPART_KEY,
+ CREATE_MULTIPART_KEY_STREAMING,
Review Comment:
I think it would be better to indicate the implementation as an entry in the
perf. map (e.g. `implementation: streaming`), instead of duplicating all
related operation types.
--
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]