Browse Source

Revert "address tests"

This reverts commit f2d27a432c.
fix-versioning-listing-only
chrislu 5 months ago
parent
commit
7faf058d7b
  1. 4
      weed/s3api/s3api_object_handlers_list.go

4
weed/s3api/s3api_object_handlers_list.go

@ -205,10 +205,6 @@ 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
}
}
}

Loading…
Cancel
Save