mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
s3: listing may repeat on the edge
This commit is contained in:
parent
0fddf68417
commit
389426bbb7
|
@ -238,7 +238,7 @@ func (s3a *S3ApiServer) doListFilerEntries(client filer_pb.SeaweedFilerClient, d
|
|||
return
|
||||
}
|
||||
}
|
||||
if counter >= maxKeys {
|
||||
if counter >= maxKeys + 1 {
|
||||
isTruncated = true
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue