Space Trash-bin expiration cli (#5500)

* add storage-users trash-bin cli
add task to clean up outdated trash-bin resources
add trash-bin cli purge-expired command to purge expired trash-bin resources
add purge-expired task tests
This commit is contained in:
Florian Schade
2023-02-10 12:04:47 +01:00
committed by GitHub
parent 9e73221a68
commit 5da3df8ffe
13 changed files with 650 additions and 0 deletions
@@ -19,6 +19,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
// interaction with this service
Uploads(cfg),
TrashBin(cfg),
// infos about this service
Health(cfg),