Replies: 1 comment
-
I’m still trying to implement this but not sure how. Anyone knows a way to do it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using shrine with activerecord plugin in a pure ruby application.
Is there a recommended way so content can be automatically zipped when stored, and unzipped when retrieving it?
Checking the docs seems I can manually zip the content using the process(:store) directive (Processing | Shrine) but not sure if there is something similar on the retrieve for unzipping.
Maybe there is already some feature/plugin that do this?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions