We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we want to enable this plugin on the demo server, we need to remove files when the server is flushed.
Requires Kinto/kinto#309
The text was updated successfully, but these errors were encountered:
We could also add the rm -fr /tmp/attachment in the cron as we do with redis-cli flushall
rm -fr /tmp/attachment
redis-cli flushall
Sorry, something went wrong.
I realize that the flush event is sent once each backend is flushed. I have thus no way to iterate on existing attachments to remove them!
I can't rm -rf the whole folder (nor the whole S3 bucket!)
rm -rf
No branches or pull requests
If we want to enable this plugin on the demo server, we need to remove files when the server is flushed.
Requires Kinto/kinto#309
The text was updated successfully, but these errors were encountered: