When I request object summaries from S3 via amazonS3Client.listObjects(), the list is returned in key alphabetical order.
Does anyone know how to get S3 to return the objects in date (lastModified) order, so the newest objects are returned first?
Thanks.
Interesting Problem.
In my opinion the problem with ListObject is that you have to download the Objects, which can be in GB sizes.
There is no solution about this but i found a workaround in the .net development forum.
Link to development forum