writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sat, 20 Jul 2024 13:51:46 -0500
changeset 234 f46b0f7e758c
parent 159 05d0cf32e077
permissions -rw-r--r--
Added task to ensure log2ram is running.

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