pleroma/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Fri, 27 Mar 2026 14:56:43 -0500
changeset 253 4ca131e557dc
parent 157 5e5c9e605142
permissions -rw-r--r--
Fixed paper build URL and nginx logging off.

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