Feature Request: Image Cache Handler #65308
bestickley
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Be able to cache my optimized images in Amazon S3 instead of locally on disk
Non-Goals
N/A
Background
The cacheHandler handles the fetch cache for data, but there is no way to customize where optimized images are cached.
Proposal
Add
imageCacheHandler
to next.config.js with similar API tocacheHandler
(get, set, etc.)Beta Was this translation helpful? Give feedback.
All reactions