Merge pull request #1905 from wuh-fnst/s3ListCounterErr

s3: count correction for the number of files in the dir
This commit is contained in:
Chris Lu
2021-03-15 20:54:58 -07:00
committed by GitHub

View File

@@ -206,7 +206,6 @@ func (s3a *S3ApiServer) doListFilerEntries(client filer_pb.SeaweedFilerClient, d
isTruncated = isTruncated || subIsTruncated
maxKeys -= subCounter
nextMarker = subDir + "/" + subNextMarker
counter += subCounter
// finished processing this sub directory
marker = subDir
}