aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-01 12:23:16 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-01 12:23:16 -0700
commit1c7e404abec01da8bb322ef4000d6acecf1a6be5 (patch)
tree63198484a6d9f5c01420fde38cdf6923a9243455
parent9cc84a910f6a2a00da17b6ae3aa54f4e74dfab15 (diff)
downloadseaweedfs-1c7e404abec01da8bb322ef4000d6acecf1a6be5.tar.xz
seaweedfs-1c7e404abec01da8bb322ef4000d6acecf1a6be5.zip
remove buckets folder option
the related code still works for old deployments
-rw-r--r--weed/command/scaffold/filer.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 1de7d02aa..9e9258865 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -12,8 +12,6 @@
# 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