Paul Tötterman / Patrik Båt - does this mean I can just add the above resource to my manifest and my clientbucket directory will be auto-housekept? Therefore I don't need to wait for this ticket to be implemented (if it is ever implemented, given what looks like a perfectly acceptable workaround)?
I'd recommend making a cron resource that deletes files older than you want. The tidy resource uses an intense amount of computing power compared to `find -delete` which uses practically no compute and completes instantly.
I think this is roughly the find command you want.