Files
versitygw/backend
niksis02 3de82280f1 fix: make ListMultipartUploads ordering deterministic and stabilize test timing
The `posix` and `azure` backends sorted `ListMultipartUploads` by `Key` and `Initiated` only, leaving uploads with identical values dependent on arbitrary directory/blob listing order. Add `UploadID` as a deterministic tertiary sort key in both backends.

Also apply the one-second delay in `ListMultipartUploads_keyMarker_not_from_list` to all backends so same-key uploads get distinct timestamps in CI, and fix an unrelated error message that referenced the wrong slice.
2026-09-08 20:23:09 +04:00
..
2026-05-21 23:49:34 +04:00