minecraft/aws-s3-backup/files/minecraft-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 08 Aug 2022 21:16:41 -0500
changeset 183 b31ef0e10cad
parent 164 ae19501f5251
permissions -rw-r--r--
Added Dendrite symlink to port workaround.

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