minio-dotnet icon indicating copy to clipboard operation
minio-dotnet copied to clipboard

MinIO Client SDK for .NET

Results 188 minio-dotnet issues
Sort by recently updated
recently updated
newest added

Possible bug in our functional tests ``` {"Name":"minio-dotnet : ObjectVersioningAsync_Test1","Function":"Task RemoveBucketTagsAsync(RemoveBucketTagsArgs args, CancellationToken cancellationToken = default(CancellationToken))","Description":"Tests whether SetVersioningAsync/GetVersioningAsync/RemoveVersioningAsync passes","Args":{"bucketName":"minio-dotnet-example-aleb0h65g5f7lkv","objectName":"minio-dotnet-example-zzjhpxh21w","fileSize":"6291456"},"Duration":80235,"Status":"PASS"} Unhandled exception. Minio.Exceptions.AuthorizationException: The request signature we calculated does not match...

This documentation example: https://min.io/docs/minio/linux/developers/dotnet/API.html#putObject shows how to create PutObjectArgs instance and call PutObjectAsync(). The problem is that after such call the file on disk is blocked and cannot be modified...

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](https://github.com/minio/minio-dotnet/assets/94198387/108b5806-df65-47c9-8103-830c78c8b87e)

triage
community

How would the implementation of the Minio .NET client be equivalent to the API command: https://URL/api/v1/buckets/BUCKET/objects/restore?prefix=PREFIX&version_id=VERSION_ID

triage
community

V6.0.1 I use the CopyObjectAsync() method and the RemoveObjectAsync() method to implement the file movement function, but it is not successful, and there is no error message, what is going...

triage
community

Webassembly has no support HMAC calculation and HttpResponseMessage sync stream, use code to implement HMAC SHA256 calculation

Hi minio team, I found one special issue from Minio nuget package 5.0.0. The exception log message is like: ``` Upload d:\Storage\L-001\Part1.bmp to L-001/Part1.bmp failed: The type 'System.ReadOnlySpan`1[System.Byte]' of property...

I am trying to add MinIo to asp net core. In a regular non web application, I use the following code to create a MinioClient instance and perform operations: ```...

I am using the minio operator and deploy the sts service with minio tenant. And I am trying to get the temporary credentials for the application using .net sdk (following...