Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callable to ExportJob.data_file so that storage option is configurable #100

Open
matthewhegarty opened this issue Feb 11, 2025 · 0 comments

Comments

@matthewhegarty
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant