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
You need to generate a presigned Url from S3 client and you can pass that url to picasso. That url will be public and will have an expriy date.