pleroma/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Thu, 23 Feb 2023 17:55:33 -0600
changeset 210 dcdb18c5dc21
parent 157 5e5c9e605142
permissions -rw-r--r--
Version updates

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