aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants/buckets.go
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 /weed/s3api/s3_constants/buckets.go
parentf70cd054043bb6327b6b0f3b9e54a1f6d502d2a2 (diff)
downloadseaweedfs-51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161.tar.xz
seaweedfs-51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161.zip
fix: admin UI bucket deletion with filer group configured (#7735)
Diffstat (limited to 'weed/s3api/s3_constants/buckets.go')
-rw-r--r--weed/s3api/s3_constants/buckets.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/s3api/s3_constants/buckets.go b/weed/s3api/s3_constants/buckets.go
new file mode 100644
index 000000000..a10cf0f50
--- /dev/null
+++ b/weed/s3api/s3_constants/buckets.go
@@ -0,0 +1,6 @@
+package s3_constants
+
+const (
+ // DefaultBucketsPath is the default path for S3 buckets in the filer
+ DefaultBucketsPath = "/buckets"
+)