You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to get files from archive using s3zip extension and minio dotnet client.
After #664 issue was resolved, I thought that this should be possible, but it is still not working.
From my understanding, the problem is that GetObject API in dotnet client uses StatObject command, and StatObject command does not work with archived files.
I have a repro solution attached. (it uses .NET7 and MinioClient 5.0, but I'm personally on .NET3.1 and Minio 4.0.6) MinioZipBugRepro.zip
Thanks.
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to get files from archive using s3zip extension and minio dotnet client.
After #664 issue was resolved, I thought that this should be possible, but it is still not working.
From my understanding, the problem is that GetObject API in dotnet client uses StatObject command, and StatObject command does not work with archived files.
I have a repro solution attached. (it uses .NET7 and MinioClient 5.0, but I'm personally on .NET3.1 and Minio 4.0.6)
MinioZipBugRepro.zip
Thanks.
The text was updated successfully, but these errors were encountered: