Updated Path Specific Configuration (markdown)

Chris Lu 2020-11-15 21:37:03 -08:00
parent b0915575cc
commit 57a407759d

@ -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.