pleroma/aws-s3-backup/files/pleroma-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Fri, 03 Jan 2025 19:36:28 -0600
changeset 240 e3ccc65cecc9
parent 158 1b7ccb729164
permissions -rw-r--r--
Version updates and fixed excessive logging on web server.

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