mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
4538265412
commit
7a0d1e7fc1
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue