aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-24 14:42:57 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-24 14:42:57 -0800
commit5bcb44eda9b1dba57abf8cd9ce3b2d18518bd100 (patch)
treea81305ea997d925edb3d4475bbd3b35f062ba3ac /weed/command/scaffold.go
parentd8dec2323bde1a5ab787b719a240969852004456 (diff)
downloadseaweedfs-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.go3
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