Browse Source

minor

pull/5132/head
chrislu 1 year ago
parent
commit
7a0d1e7fc1
  1. 2
      weed/s3api/s3api_objects_list_handlers.go

2
weed/s3api/s3api_objects_list_handlers.go

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

Loading…
Cancel
Save