Replies: 2 comments
-
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
-
Hello and happy new year. I still need something like this, zip on upload/store and unzip on retrieval. |
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