seaweedfs/weed/command
chrislu 5167bbd2a9 Remove deprecated allowEmptyFolder CLI option
The allowEmptyFolder option is no longer functional because:
1. The code that used it was already commented out
2. Empty folder cleanup is now handled asynchronously by EmptyFolderCleaner

The CLI flags are kept for backward compatibility but marked as deprecated
and ignored. This removes:
- S3ApiServerOption.AllowEmptyFolder field
- The actual usage in s3api_object_handlers_list.go
- Helm chart values and template references
- References in test Makefiles and docker-compose files
2025-12-06 21:54:12 -08:00
..
scaffold filer: add username and keyPrefix support for Redis stores (#7591) 2025-12-01 13:31:35 -08:00
admin.go Fix #7575: Correct interface check for filer address function in admin server (#7588) 2025-12-01 12:19:02 -08:00
autocomplete.go go fmt 2025-10-27 23:04:55 -07:00
backup.go backup: handle volume not found when backing up (#7465) 2025-11-11 08:52:23 -08:00
benchmark.go S3: prevent deleting buckets with object locking (#7434) 2025-11-03 15:27:20 -08:00
command.go Add Kafka Gateway (#7231) 2025-10-13 18:05:17 -07:00
compact.go pass volume version when creating a volume 2025-06-19 01:15:25 -07:00
db.go Message Queue: Add sql querying (#7185) 2025-09-09 01:01:03 -07:00
download.go S3: prevent deleting buckets with object locking (#7434) 2025-11-03 15:27:20 -08:00
export.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_backup.go feat(filer.backup): add ignore errors option (#6235) 2024-11-14 08:40:55 -08:00
filer_cat.go Context cancellation during reading range reading large files (#7093) 2025-08-06 10:09:26 -07:00
filer_copy.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
filer_meta_backup.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
filer_meta_tail_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_meta_tail_non_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_meta_tail.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_remote_gateway_buckets.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
filer_remote_gateway.go filer.remote.gateway not filer.remote.sync for filer.remote.gateway help string. (#5935) 2024-08-23 20:42:59 -07:00
filer_remote_sync_dir.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
filer_remote_sync.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_replication.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_sync_jobs.go Fix filer sync set offset (#5197) 2024-01-12 10:57:18 -08:00
filer_sync_std.go go fmt 2021-09-01 02:45:42 -07:00
filer_sync_windows.go filer.backup: escape colon from path on windows 2021-05-29 06:45:27 -07:00
filer_sync.go filer sync: source path and exclude path support dir suffix (#6268) 2024-11-21 08:25:12 -08:00
filer.go Remove deprecated allowEmptyFolder CLI option 2025-12-06 21:54:12 -08:00
fix.go Add Kafka Gateway (#7231) 2025-10-13 18:05:17 -07:00
fuse_notsupported.go Make fuse command linux/MacOS only (#6811) 2025-05-23 08:21:46 -07:00
fuse_std.go mount: improve read throughput with parallel chunk fetching (#7569) 2025-11-29 10:06:11 -08:00
fuse.go Make fuse command linux/MacOS only (#6811) 2025-05-23 08:21:46 -07:00
iam.go Support multiple filers for S3 and IAM servers with automatic failover (#7550) 2025-11-26 11:29:55 -08:00
imports.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
master_follower.go Adjust cli option (#7418) 2025-10-31 17:08:00 -07:00
master.go weed master add peers=none option for faster startup (#7419) 2025-10-31 18:29:16 -07:00
mount_darwin.go remove dead code 2022-02-27 03:03:19 -08:00
mount_freebsd.go mount: complete fix for freebsd 2025-06-12 08:19:47 -07:00
mount_linux.go add more logs 2022-08-31 23:16:05 -07:00
mount_notsupported.go mount: complete fix for freebsd 2025-06-12 08:19:47 -07:00
mount_std.go mount: improve read throughput with parallel chunk fetching (#7569) 2025-11-29 10:06:11 -08:00
mount.go mount: improve read throughput with parallel chunk fetching (#7569) 2025-11-29 10:06:11 -08:00
mq_agent.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
mq_broker.go Add Kafka Gateway (#7231) 2025-10-13 18:05:17 -07:00
mq_kafka_gateway.go Add Kafka Gateway (#7231) 2025-10-13 18:05:17 -07:00
s3.go Remove deprecated allowEmptyFolder CLI option 2025-12-06 21:54:12 -08:00
scaffold_test.go fix test 2019-11-28 18:44:27 -08:00
scaffold.go Add credential storage (#6938) 2025-07-02 18:03:17 -07:00
server.go Remove deprecated allowEmptyFolder CLI option 2025-12-06 21:54:12 -08:00
sftp.go change version directory 2025-06-03 22:46:10 -07:00
shell.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
sql.go Add Kafka Gateway (#7231) 2025-10-13 18:05:17 -07:00
update_full.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
update.go fix build 2025-06-03 22:50:45 -07:00
upload.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
version.go reference seaweedfs.com 2025-06-26 11:09:17 -07:00
volume_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume.go Separate vacuum speed from replication speed (#7632) 2025-12-05 12:24:38 -08:00
webdav.go change version directory 2025-06-03 22:46:10 -07:00
worker.go Admin: misc improvements on admin server and workers. EC now works. (#7055) 2025-07-30 12:38:03 -07:00