minecraft/aws-s3-backup/files/minecraft-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sun, 18 Jul 2021 17:43:46 -0500
changeset 163 40b78af86337
parent 158 1b7ccb729164
child 164 ae19501f5251
permissions -rw-r--r--
Tons of updates.

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