dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Fri, 09 Sep 2022 11:56:30 -0500
changeset 190 59bef6fbab49
parent 174 431c6d5e5dd4
permissions -rw-r--r--
Minor homebridge updates.

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