minio/cmd/gateway/azure
Harshavardhana 9af254a82f Remove stable sort usage when not needed (#5586)
Stable sort is needed when we are sorting based on two or more
distinct elements. When equal elements are indistinguishable,
such as with integers, or more generally, any data where the
entire element is the key like `PartNumber`, stability is not
an issue.
2018-02-28 08:33:00 +05:30
..
gateway-azure.go Remove stable sort usage when not needed (#5586) 2018-02-28 08:33:00 +05:30
gateway-azure_test.go Unify gateway and object layer. (#5487) 2018-02-09 15:19:30 -08:00