Browse Source
Remove deprecated allowEmptyFolder CLI option
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 filespull/7394/merge
20 changed files with 16 additions and 50 deletions
-
4Makefile
-
2docker/compose/local-s3tests-compose.yml
-
2docker/compose/test-tarantool-filer.yml
-
2docker/compose/test-ydb-filer.yml
-
5k8s/charts/seaweedfs/templates/all-in-one/all-in-one-deployment.yaml
-
3k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml
-
3k8s/charts/seaweedfs/templates/s3/s3-deployment.yaml
-
5k8s/charts/seaweedfs/values.yaml
-
2test/foundationdb/docker-compose.arm64.yml
-
2test/foundationdb/docker-compose.yml
-
1test/postgres/docker-compose.yml
-
3test/s3/cors/Makefile
-
3test/s3/retention/Makefile
-
3test/s3/tagging/Makefile
-
7test/s3/versioning/Makefile
-
2weed/command/filer.go
-
4weed/command/s3.go
-
2weed/command/server.go
-
10weed/s3api/s3api_object_handlers_list.go
-
1weed/s3api/s3api_server.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue