ivandika3 commented on code in PR #8558:
URL: https://github.com/apache/ozone/pull/8558#discussion_r2145286663
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java:
##########
@@ -243,6 +243,9 @@ public Response put(
throw newError(NOT_IMPLEMENTED, keyPath);
}
OzoneVolume volume = getVolume();
+ OzoneBucket bucket = volume.getBucket(bucketName);
Review Comment:
Similar comment to remove `getBucket` duplication. Can be addressed in a
follow up.
--
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]