writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 23:31:51 -0500
changeset 239 c3e3169399a8
parent 159 05d0cf32e077
permissions -rw-r--r--
Updated java version and disabled geyser due to too old jde.

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