writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 05 Sep 2022 11:14:48 -0500
changeset 186 c48761176ede
parent 159 05d0cf32e077
permissions -rw-r--r--
Minor version updates and bug fixes.

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