I am using Capture Image functionality to upload an image on s3 bucket on a specific path,
I wanted to show that Image on mobile at any time. I have captured the token and path on which the image is stored on S3 on my server DB for reference. I wanted to show that image on a mobile phone using that data at any time when it is required.
Please let me the process to view that image.
Note: The captured image is uploading successfully on s3.