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

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