How to load image from aws with picasso with private access

后端 未结 4 1001
广开言路
广开言路 2021-02-09 00:11

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

4条回答
  •  生来不讨喜
    2021-02-09 00:46

    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.

提交回复
热议问题