famosss
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/s3api/s3api_objects_list_handlers.go
|
|
@ -297,7 +297,7 @@ func (s3a *S3ApiServer) doListFilerEntries(client filer_pb.SeaweedFilerClient, d |
|
|
|
// finished processing this sub directory
|
|
|
|
marker = subDir |
|
|
|
} |
|
|
|
if cursor.maxKeys <= 0 { |
|
|
|
if cursor.isTruncated { |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|