diff options
| author | chrislu <chris.lu@gmail.com> | 2023-12-22 11:29:54 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-12-22 11:29:54 -0800 |
| commit | 7a0d1e7fc19b0abce4a5b42e05b6cd7f051bf2f7 (patch) | |
| tree | 590b56df19d5c7f81db0758be51fb27930d84876 | |
| parent | 4538265412466e27dc138e3559a0ee528fd12096 (diff) | |
| download | seaweedfs-7a0d1e7fc19b0abce4a5b42e05b6cd7f051bf2f7.tar.xz seaweedfs-7a0d1e7fc19b0abce4a5b42e05b6cd7f051bf2f7.zip | |
minor
| -rw-r--r-- | weed/s3api/s3api_objects_list_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
