mention config interaction with path specific store

Kevin Liu 2021-02-08 07:54:30 -08:00
parent a1d7b3d980
commit 5eebf90528

@ -71,4 +71,10 @@ superLargeDirectories = [
This is assuming the `/home/user` is an empty folder.
As you can see, it supports multiple super large directories. However, never change or remove the entries in `superLargeDirectories` or the data will be lost!
As you can see, it supports multiple super large directories. However, never change or remove the entries in `superLargeDirectories` or the data will be lost!
Note that with a path specific filer store, the `superLargeDirectories` path is relative to the path specific store root. For example, if you wanted to make an entire S3 bucket have its own filer store and be a super large directory, you need to configure it like this:
```
location = "/buckets/mybucket"
superLargeDirectories = ["/"]
```