Skip to content

Storing cache on cloud ? #186

Answered by theOehrly
GuillaumeArp asked this question in Q&A
Discussion options

You must be logged in to vote

With how the cache currently works, this is only possible if you can map your cloud storage as some kind of network drive.

If this is not feasible, the current cache implementation needs to be modified slightly. It wouldn't be a huge amount of work. A bit of funtionality would need to be factored out into a storage backend (read, write, check availabilty, create path/url/uri from session and api method name). After that, you could provide your own storage backend that provides these functions.

If you're interested in making these changes as a pull request, I can give you some guidance on that. I guess modularization would generally be an improvement here although not many people will need…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GuillaumeArp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants