I am getting the below exception while downloading some files from S3. All the returned response values from S3 is either null or 0
com.amazonaws.services.s3.model.AmazonS3Exception: Problem while downloading chunks (Service: null; Status Code: 0; Error Code: null; Request ID: null), S3 Extended Request ID: null
What could be the possible reason for this issue? Am unable to track as Status Code returned cannot comply with AWS S3 error list.