Zip contents corrupted when trying to zip via ZipOutputStream in RxJava
I am trying to create a zip file and upload that zip file in AWS S3 via a multipart upload route. However, I am facing an issue where the file is successfully getting generated however, the contents inside the files are getting corrupted.