Fixing s3 files structure
Changing @RequestPart to @RequestParam in one of createInspection function's parameters since the first one wasn't accepting duplicated field Id but my actual logic accept multiple files in one field.
Changing @RequestPart to @RequestParam in one of createInspection function's parameters since the first one wasn't accepting duplicated field Id but my actual logic accept multiple files in one field.