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
Use case: When running on AWS I have s3 storage enabled for other file persistence. However, when exporting I want the file data stored in the db row (default case). I would like to have the flexibility to set this at runtime.
We can use the storage callable to define a hook which we can override. Perhaps the hook can be in settings so that I can define in my implementation.
The text was updated successfully, but these errors were encountered:
Use case: When running on AWS I have s3 storage enabled for other file persistence. However, when exporting I want the file data stored in the db row (default case). I would like to have the flexibility to set this at runtime.
We can use the storage callable to define a hook which we can override. Perhaps the hook can be in settings so that I can define in my implementation.
The text was updated successfully, but these errors were encountered: