diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-13 19:04:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-13 19:04:12 -0800 |
| commit | 51c2ab0107ce8bc38d6d4f1d3ef3190d4be94161 (patch) | |
| tree | d73924e53bdccecd650ad6090a91214c87e60eb1 /weed/s3api/s3_constants/buckets.go | |
| parent | f70cd054043bb6327b6b0f3b9e54a1f6d502d2a2 (diff) | |
| download | seaweedfs-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.go | 6 |
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" +) |
