rich7420 commented on code in PR #10045:
URL: https://github.com/apache/ozone/pull/10045#discussion_r3219731507
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java:
##########
@@ -321,11 +173,6 @@ public Response delete(@PathParam(BUCKET) String
bucketName)
}
}
- @Override
- Response handleDeleteRequest(S3RequestContext context, String bucketName) {
- throw newError(S3ErrorTable.NOT_IMPLEMENTED, "DELETE bucket");
- }
-
Review Comment:
ok sorry about that
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java:
##########
@@ -417,7 +264,6 @@ protected void init() {
OZONE_S3G_LIST_MAX_KEYS_LIMIT,
OZONE_S3G_LIST_MAX_KEYS_LIMIT_DEFAULT);
- // initialize handlers
Review Comment:
ok sorry about that
--
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]