fix: clarify partial object sorting - #206
Open
anthonymartin wants to merge 1 commit into
Open
Conversation
anthonymartin
marked this pull request as ready for review
August 15, 2026 02:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Fixes the misleading Last Modified sort when ListObjectsV2 returns only the first key-ordered page. The column now identifies that its ordering is limited to loaded objects while a continuation token exists, and users can explicitly load the next page from the header or list footer.
Continuation requests remain bounded to one page. If an appended page fails, the already loaded rows and continuation token are retained, an inline retry action remains available, and the partial-sort disclosure stays visible.
Type of Change
Testing
pnpm type-check pnpm lint pnpm test:run pnpm prettier --check components/object/list.tsx tests/lib/object-list-source.test.js i18n/locales/*.json git diff --checkAll commands above pass.
pnpm format:checkremains blocked by the pre-existing formatting issue incomponents/object/tiff-viewer.tsx; the task-owned files pass Prettier.Checklist
Related Issues
Closes rustfs/rustfs#6120
Screenshots (if applicable)
N/A — this environment has no authenticated Console/S3 fixture or browser runtime for reliable before/after capture.
Additional Notes
No configuration, storage, API, or migration changes. The UI preserves request scoping and avoids unbounded full-bucket loading.