Skip to content

Use Picasso stableKey for better caching against pre-signed URLs

Ryan Harg requested to merge picasso-cache-stablekey into develop

When the server uses remote (S3) storage with pre-signed URLs, the query parameters with ephemeral credentials are used as part of the Picasso cache key. This leads to "disappearing" cover art as the image is not cached correctly. (And lots of extra work in the cache.)

Work is from @rickosborne

Closes #133 (closed)

Edited by Ryan Harg

Merge request reports