I have an image stored in AWS S3 Bucket
URL url = new URL(urlString); URI dataUri = null; if (null != url) { try (InputStream inStream