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_objectlock/object_lock_check.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_objectlock/object_lock_check.go')
| -rw-r--r-- | weed/s3api/s3_objectlock/object_lock_check.go | 1 |
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 } - |
