I went through the documentation of minio-go-api. But didn't get any solution for that, as objects are sorted based on the alphabetic order.
A hack way, will be to first read all the objects and then take last modified date from each object and form the new list, which is not at all feasible for production