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
commit 10164d0386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}