|
|
@ -205,6 +205,10 @@ func (s3a *S3ApiServer) listFilerEntries(bucket string, originalPrefix string, m |
|
|
delimiterFound = true |
|
|
delimiterFound = true |
|
|
lastEntryWasCommonPrefix = true |
|
|
lastEntryWasCommonPrefix = true |
|
|
lastCommonPrefixName = delimitedPath[0] |
|
|
lastCommonPrefixName = delimitedPath[0] |
|
|
|
|
|
} else { |
|
|
|
|
|
// This object belongs to an existing CommonPrefix, skip it entirely
|
|
|
|
|
|
// to prevent it from affecting truncation logic
|
|
|
|
|
|
return |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|