aboutsummaryrefslogtreecommitdiff
path: root/test/s3/filer_group/test_config.json
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-12-13 19:04:12 -0800
committerGitHub <noreply@github.com>2025-12-13 19:04:12 -0800
commit51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161 (patch)
treed73924e53bdccecd650ad6090a91214c87e60eb1 /test/s3/filer_group/test_config.json
parentf70cd054043bb6327b6b0f3b9e54a1f6d502d2a2 (diff)
downloadseaweedfs-51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161.tar.xz
seaweedfs-51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161.zip
fix: admin UI bucket deletion with filer group configured (#7735)
Diffstat (limited to 'test/s3/filer_group/test_config.json')
-rw-r--r--test/s3/filer_group/test_config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/s3/filer_group/test_config.json b/test/s3/filer_group/test_config.json
new file mode 100644
index 000000000..3e0f8f17c
--- /dev/null
+++ b/test/s3/filer_group/test_config.json
@@ -0,0 +1,8 @@
+{
+ "s3_endpoint": "http://localhost:8333",
+ "master_address": "localhost:9333",
+ "access_key": "some_access_key1",
+ "secret_key": "some_secret_key1",
+ "region": "us-east-1",
+ "filer_group": "testgroup"
+} \ No newline at end of file