fix: admin UI bucket deletion with filer group configured (#7735)

This commit is contained in:
Chris Lu
2025-12-13 19:04:12 -08:00
committed by GitHub
parent f70cd05404
commit 51c2ab0107
8 changed files with 767 additions and 41 deletions

View File

@@ -0,0 +1,6 @@
package s3_constants
const (
// DefaultBucketsPath is the default path for S3 buckets in the filer
DefaultBucketsPath = "/buckets"
)

View File

@@ -229,4 +229,3 @@ func CheckBucketForLockedObjects(ctx context.Context, client filer_pb.SeaweedFil
return nil
}