minecraft/aws-s3-backup/files/minecraft-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 05 Sep 2022 17:58:32 -0500
changeset 188 4f2ad619134b
parent 164 ae19501f5251
permissions -rw-r--r--
Added apt-cacher handler.

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