Drop files from immediate storage after they have been pushed #43

Merged
mslw merged 2 commits from dropplain into master 2024-08-23 14:11:55 +00:00

2 commits

Author SHA1 Message Date
d3a15e6a70 Use python 3.11 for tests, reflecting deployment
The current production server has Python 3.11.

The change is directly motivated by a CI error (AttributeError: module
'locale' has no attribute 'getencoding') in code introduced in
f3c82f4. According to Python docs, the locale.getencoding() function
was introduced in 3.11.
2024-08-23 15:58:59 +02:00
73be410e35 Drop files from immediate storage after they have been pushed
After pushing to the encrypted storage, plain text file content will
be dropped. Closes #33
2024-08-23 14:26:59 +02:00