From 7a0d1e7fc19b0abce4a5b42e05b6cd7f051bf2f7 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 22 Dec 2023 11:29:54 -0800 Subject: [PATCH] minor --- weed/s3api/s3api_objects_list_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {