Skip to content
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

Closed
MallorcaSoftware opened this issue Dec 8, 2018 · 5 comments
Closed

Possibility to cache s3 images #103

MallorcaSoftware opened this issue Dec 8, 2018 · 5 comments

Comments

@MallorcaSoftware
Copy link

It is possible to cache s3 images?

@yizems
Copy link

yizems commented Dec 10, 2018

I also found it, but I don't know how to modify it.

@renefloor
Copy link
Contributor

How do these images work? Isn't that just an url?

@calebisstupid
Copy link

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.

@renefloor
Copy link
Contributor

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.

@alexislg2
Copy link

Isn't it possible to tell the plugin to only use the url without the query parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants