mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 06:55:56 +03:00
[GH-ISSUE #145] Retention policy feature #115
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dsvi on GitHub (Mar 18, 2023).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/145
Hi!
Is somebody interested to add retention policy, so that files which weren't requested for a given time, get deleted?
Or is it easy to do using simple script, checking aTime?
@geek-at commented on GitHub (Mar 18, 2023):
Very interesting thought. I thought about this before but always feared that it would delete files that are cached in a reverse proxy (like cloudflare) so the server doesn't know the file was requested recently.
But as an optional feature I'd think it'd be a good addition