minio/minio-dotnet

Can SDK provide interfaces similar to those on the console?

yilezhu opened this issue · 1 comments

On the console, it can function like a file directory: displaying files below the storage bucket level by level.. Can SDK provide similar features? Instead of traversing all files。
http://192.168.1.240:9090/api/v1/buckets/file/objects?prefix=MjAyNC8=
image

{
  "objects": [
    {
      "last_modified": "0001-01-01T00:00:00Z",
      "name": "2024/04/"
    },
    {
      "last_modified": "0001-01-01T00:00:00Z",
      "name": "2024/05/"
    }
  ],
  "total": 2
}

i get it