Skip to content

ListObjectVersions returns list in order of creation, should be reversed #2412

@afranken

Description

@afranken

S3Mock persists versions in order of creation.
When listing versions, the list of versions is retrieved and returned in the order it was persisted. The first element will be the oldest version, the last element will be the newest version.

S3 will return the list in reversed order. The first element will be the newest version, the last element will be the oldest version.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions