Making ImageGallery of private Images in S3 Client android
I am trying to create an imageGallery of my S3 Bucket in my android application. My images are private so i won't be having any specific link for each image. For Such private images , amazon has a link generator, s3Client.generatePresignedUrl(Constants.S3_BUCKET_NAME, key, expiration); It generates a URL with let's say 1 hour or 2 min expiration set by us. Now for easy memory caching and stuff, i can either use volley or Picasso or many other such easy loading libraries. However there is this catch. I want to cache these images in memory. But all i have is dynamic link. How can i make Picasso