dendrite/aws-s3-backup/files/pleroma-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sat, 22 Oct 2022 14:51:35 -0500
changeset 198 e1f873a07ea2
parent 174 431c6d5e5dd4
permissions -rw-r--r--
Added trusted keys and https

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