mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue