writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 30 Jan 2023 14:28:02 -0600
changeset 207 e16c94c81b53
parent 159 05d0cf32e077
permissions -rw-r--r--
Updated dendrite logs to error for less verbose.

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