From b481481830166884856583e1b236518e4cea3a65 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 22 Dec 2020 00:17:25 -0800 Subject: [PATCH] Updated Path Specific Filer Store (markdown) --- Path-Specific-Filer-Store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Path-Specific-Filer-Store.md b/Path-Specific-Filer-Store.md index 1bbf2d4..483aa02 100644 --- a/Path-Specific-Filer-Store.md +++ b/Path-Specific-Filer-Store.md @@ -45,7 +45,7 @@ This only works for new data or new updates. Existing data for old directories w The directory path stored in the path-specific filer store has the `location` prefix trimmed and persists to the store. For example, if `location = "/my/home/"`, the file `/my/home/tmp/file.txt` will only store as "/tmp/file.txt". When reading back, the prefix will be transparently added back. -This trimming saves some storage, but that is not the purpose. This means the path-specific filer store can later change `location` to another directory, or even another filer. +This trimming saves some storage, but that is not the purpose. This means the path-specific filer store is portable. It can later change `location` to another directory, or even another filer. # What still works?