This commit is contained in:
chrislu 2023-12-22 11:29:54 -08:00
parent 4538265412
commit 7a0d1e7fc1

View file

@ -310,7 +310,7 @@ func (s3a *S3ApiServer) doListFilerEntries(client filer_pb.SeaweedFilerClient, d
return return
} }
nextMarker = subDir + "/" + subNextMarker nextMarker = subDir + "/" + subNextMarker
// finished processing this sub directory // finished processing this subdirectory
marker = subDir marker = subDir
} }
if cursor.isTruncated { if cursor.isTruncated {