mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-12 02:56:10 +00:00
address tests
This commit is contained in:
@@ -205,6 +205,10 @@ func (s3a *S3ApiServer) listFilerEntries(bucket string, originalPrefix string, m
|
||||
delimiterFound = true
|
||||
lastEntryWasCommonPrefix = true
|
||||
lastCommonPrefixName = delimitedPath[0]
|
||||
} else {
|
||||
// This object belongs to an existing CommonPrefix, skip it entirely
|
||||
// to prevent it from affecting truncation logic
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user