aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_objectlock/object_lock_check.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_objectlock/object_lock_check.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_objectlock/object_lock_check.go')
-rw-r--r--weed/s3api/s3_objectlock/object_lock_check.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/s3api/s3_objectlock/object_lock_check.go b/weed/s3api/s3_objectlock/object_lock_check.go
index a66e587c5..2cd79b340 100644
--- a/weed/s3api/s3_objectlock/object_lock_check.go
+++ b/weed/s3api/s3_objectlock/object_lock_check.go
@@ -229,4 +229,3 @@ func CheckBucketForLockedObjects(ctx context.Context, client filer_pb.SeaweedFil
return nil
}
-