minecraft/aws-s3-backup/files/minecraft-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Wed, 25 May 2022 18:56:05 -0500
changeset 180 f2f99b9b16ee
parent 164 ae19501f5251
permissions -rw-r--r--
Updated dendrite config.

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