writefreely/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Sun, 06 Nov 2022 23:10:04 -0600
changeset 203 4be395f0d127
parent 159 05d0cf32e077
permissions -rw-r--r--
Reduced number of open connections for dendrite due to startup error.

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