cluster/services/attic: enable garbage collection
This commit is contained in:
parent
9c9c8d250d
commit
79b6798fe6
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ in
|
|||
endpoint = cluster.config.links.garageS3.url;
|
||||
bucket = "attic";
|
||||
};
|
||||
|
||||
garbage-collection = {
|
||||
interval = "2 weeks";
|
||||
default-retention-period = "3 months";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue