From 57a407759de105b6b64062e54d7148c257d3ac75 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Nov 2020 21:37:03 -0800 Subject: [PATCH] Updated Path Specific Configuration (markdown) --- Path-Specific-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index a59f17a..9470b0f 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -1,5 +1,5 @@ ## Requirements -Writes to SeaweedFS can configure most storage options, such as Collection, Replication, TTL, etc. However, you may want to configure these storage options on the filer side. +Clients writing to SeaweedFS can configure most storage options, such as Collection, Replication, TTL, etc. However, you may want to configure these storage options on the filer side. For example, an administrator can create a `/scratch/` directory, configured so that anything written to it is automatically given a 7-day TTL. This directory could be used to store things like CI build artifacts, and it would naturally roll off old files without any intervention.