mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
fix: isTruncated returns problematic (#3907)
This commit is contained in:
parent
874fd197b5
commit
34132b2c9f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user