How to load image from aws with picasso with private access
问题 I'm trying to load image stored on aws S3 into my android app using Picasso but I am getting a blank image with no errors in my logcat and nothing to me from general debugging around the relevant lines of code. We are having private access on images so image url can't work on browser. i need to display image into my android app using Picasso. but it doesn't work. My code snippet below new Picasso.Builder(getApplicationContext()).downloader(new S3Downloader(getApplicationContext(), s3Client,