mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 05 Sep 2022 11:14:16 -0500
changeset 185 11e3b643c6ef
parent 158 1b7ccb729164
permissions -rw-r--r--
Changed pleroma logging to "warn" status.

{
	 "Rules": [
		  {
				"ID": "expiration",
				"Filter": {},
				"Status": "Enabled",
				"NoncurrentVersionExpiration": {
					 "NoncurrentDays": 30
				}
		  }
	 ]
}