Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
non-AWS S3 endpoint/mock endpoint
Description
Reported in a github PR https://github.com/apache/hadoop/pull/1688 by Tor Arvid Lund
I've hit an issue where a DeleteObjects request using LocalStack causes a NullPointerException in the translateDeleteException function. error.getCode() can return null, and if there is more than one error returned by deleteException.getErrors(), this will cause the NPE.
Attachments
Issue Links
- links to