diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-24 14:42:57 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-24 14:42:57 -0800 |
| commit | 5bcb44eda9b1dba57abf8cd9ce3b2d18518bd100 (patch) | |
| tree | a81305ea997d925edb3d4475bbd3b35f062ba3ac /weed/command/scaffold.go | |
| parent | d8dec2323bde1a5ab787b719a240969852004456 (diff) | |
| download | seaweedfs-5bcb44eda9b1dba57abf8cd9ce3b2d18518bd100.tar.xz seaweedfs-5bcb44eda9b1dba57abf8cd9ce3b2d18518bd100.zip | |
filer: move buckets folder to filer.toml since it should not be changed often
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index ab658735f..09f1cac6c 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -74,7 +74,8 @@ const ( # with http DELETE, by default the filer would check whether a folder is empty. # recursive_delete will delete all sub folders and files, similar to "rm -Rf" recursive_delete = false - +# directories under this folder will be automatically creating a separate bucket +buckets_folder = /buckets #################################################### # The following are filer store options |
