mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 09:57:56 +08:00
fix: isTruncated returns problematic (#3907)
This commit is contained in:
@@ -297,7 +297,7 @@ func (s3a *S3ApiServer) doListFilerEntries(client filer_pb.SeaweedFilerClient, d
|
||||
// finished processing this sub directory
|
||||
marker = subDir
|
||||
}
|
||||
if cursor.maxKeys <= 0 {
|
||||
if cursor.isTruncated {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user