dendrite/aws-s3-backup/files/pleroma-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 23 May 2022 20:59:36 -0500
changeset 179 65a0fb7c25a4
parent 174 431c6d5e5dd4
permissions -rw-r--r--
Update versions

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