minio / minio-dotnet

MinIO Client SDK for .NET
https://docs.min.io/docs/dotnet-client-quickstart-guide.html
Apache License 2.0
577 stars 230 forks source link

DataModel.Item not update IsLatest property #906

Open jvsancho80 opened 1 year ago

jvsancho80 commented 1 year ago

When use method ListObjectsAsync the property IsLatest arrive always false even if you have multiple versions. Looking at the code it turns out that it doesn't assign.

Attached screenshot.

image

jvsancho80 commented 6 days ago

When resolve this issue?