-
-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to cache s3 images #103
Comments
I also found it, but I don't know how to modify it. |
How do these images work? Isn't that just an url? |
S3 works with public images. However, if they are private/permission locked, it will not cache via URL alone because it will provide a unique signed URL each time. To get around this, we build a re-direct endpoint on the back-end so our images can use the same URL for caching appropriately. |
Can be done with a custom FileFetcher, but if you have any suggestions how you would like to see this implemented I am open for suggestions. |
Isn't it possible to tell the plugin to only use the url without the query parameters? |
It is possible to cache s3 images?
The text was updated successfully, but these errors were encountered: