From 1c7e404abec01da8bb322ef4000d6acecf1a6be5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 1 Aug 2021 12:23:16 -0700 Subject: [PATCH] remove buckets folder option the related code still works for old deployments --- weed/command/scaffold/filer.toml | 2 -- 1 file changed, 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