You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any plans to support custom storage implementations, so that I could store files into cloud storage for example? Or even memory? It seems that for memory I could use a tmpfs mount point and then direct the library to store everything there, but having things in Go process might be easier to track/account memory usage to the program.
The text was updated successfully, but these errors were encountered:
There isn't built-in support for custom storage implementations. However, I've made a small change to make it easier to modify in the code and build yourself.
Any plans to support custom storage implementations, so that I could store files into cloud storage for example? Or even memory? It seems that for memory I could use a tmpfs mount point and then direct the library to store everything there, but having things in Go process might be easier to track/account memory usage to the program.
The text was updated successfully, but these errors were encountered: