jigrain

Results 1 comments of jigrain

> Try this, the BaseUrl will be ok. > > builder.Services.AddMinio(configureClient => configureClient .WithEndpoint(endpoint) .WithCredentials(accessKey, secretKey) .Build() ); Now I get an error: Connection error:The SSL connection could not be...