diff options
| author | Luke Hoersten <[email protected]> | 2021-07-25 10:30:51 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-25 10:30:51 -0500 |
| commit | 1804c35d5306fc9c34c07655419fa8449c501162 (patch) | |
| tree | 9c55e3505949c533108a5d01ea028f9acbedd7d4 /dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json | |
| parent | 33e25728398a9ccdd446197b1eb12e66c40a890e (diff) | |
Lots of updates.
Diffstat (limited to 'dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json')
| -rw-r--r-- | dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json b/dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json new file mode 100644 index 0000000..fa75f06 --- /dev/null +++ b/dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json @@ -0,0 +1,12 @@ +{ + "Rules": [ + { + "ID": "pleroma-expiration", + "Filter": {}, + "Status": "Enabled", + "NoncurrentVersionExpiration": { + "NoncurrentDays": 30 + } + } + ] +} |
