minecraft/aws-s3-backup/files/minecraft-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sat, 28 Mar 2026 20:09:33 -0500
changeset 256 f7af0562f84c
parent 164 ae19501f5251
permissions -rw-r--r--
Removed sojuctl ansible commands. configure via client.

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