writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sun, 23 Jul 2023 14:28:28 -0500
changeset 220 16226c249f6f
parent 159 05d0cf32e077
permissions -rw-r--r--
Minor fixes.

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