diff options
| author | Luke Hoersten <[email protected]> | 2021-07-03 13:24:52 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-03 13:24:52 -0500 |
| commit | 7bbf035ca8649983ef1d415f9322828d8e5a09b2 (patch) | |
| tree | 1c242cd12affb17d4182dd07e27f2bbeba303f9e /mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json | |
| parent | e4482f91ed5ddbaa350c59858e082235720abacc (diff) | |
Add aws s3 versioning and lifecycles to backup.
Diffstat (limited to 'mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json')
| -rw-r--r-- | mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json b/mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json new file mode 100644 index 0000000..fa75f06 --- /dev/null +++ b/mercurial/aws-s3-backup/files/mercurial-s3-backup-lifecycle.json @@ -0,0 +1,12 @@ +{ + "Rules": [ + { + "ID": "pleroma-expiration", + "Filter": {}, + "Status": "Enabled", + "NoncurrentVersionExpiration": { + "NoncurrentDays": 30 + } + } + ] +} |
