diff --git a/weed/s3api/s3api_objects_list_handlers.go b/weed/s3api/s3api_objects_list_handlers.go index 8b1776ae6..78b77a044 100644 --- a/weed/s3api/s3api_objects_list_handlers.go +++ b/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 {