aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-07-21 09:46:21 -0700
committerchrislu <chris.lu@gmail.com>2025-07-21 09:46:21 -0700
commit7faf058d7bab4494e6e4e0cdd27c065ad94ece54 (patch)
tree01b868c77036339ab01e42362376778bdc10fa67
parentf2d27a432cbd49a3e45404e21596a7090883609b (diff)
downloadseaweedfs-7faf058d7bab4494e6e4e0cdd27c065ad94ece54.tar.xz
seaweedfs-7faf058d7bab4494e6e4e0cdd27c065ad94ece54.zip
Revert "address tests"
This reverts commit f2d27a432cbd49a3e45404e21596a7090883609b.
-rw-r--r--weed/s3api/s3api_object_handlers_list.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/s3api/s3api_object_handlers_list.go b/weed/s3api/s3api_object_handlers_list.go
index f38039f24..a96a6fe10 100644
--- a/weed/s3api/s3api_object_handlers_list.go
+++ b/weed/s3api/s3api_object_handlers_list.go
@@ -205,10 +205,6 @@ func (s3a *S3ApiServer) listFilerEntries(bucket string, originalPrefix string, m
delimiterFound = true
lastEntryWasCommonPrefix = true
lastCommonPrefixName = delimitedPath[0]
- } else {
- // This object belongs to an existing CommonPrefix, skip it entirely
- // to prevent it from affecting truncation logic
- return
}
}
}