After upgrading to AWS SDK for Java 2.x, we have occasionally gotten Socket closed exceptions when writing to S3. The error not on every write but quite often. To ...
@RequestMapping(method = RequestMethod.GET, path = "/ping") public ResponseEntity<Object> ping() throws IOException { HttpURLConnection conn = (HttpURLConnection) new ...