Minio.AspNetCore
3.1.9
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Minio.AspNetCore --version 3.1.9
NuGet\Install-Package Minio.AspNetCore -Version 3.1.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Minio.AspNetCore" Version="3.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Minio.AspNetCore --version 3.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Minio.AspNetCore, 3.1.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Minio.AspNetCore as a Cake Addin #addin nuget:?package=Minio.AspNetCore&version=3.1.9 // Install Minio.AspNetCore as a Cake Tool #tool nuget:?package=Minio.AspNetCore&version=3.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Minio.AspNetCore
Microsoft.Extensions.DependencyInjection
extensions for Minio client
Usage
// Simple usage
services.AddMinio(options =>
{
options.Endpoint = "endpoint";
// ...
options.OnClientConfiguration = client =>
{
client.WithSSL();
}
});
// Get or inject
var client = serviceProvider.GetRequiredService<MinioClient>();
// Create new from factory
var client = serviceProvider.GetRequiredService<IMinioClientFactory>().CreateClient();
// Multiple clients support via named options
services.AddMinio(options =>
{
options.Endpoint = "endpoint1";
// ...
options.OnClientConfiguration = client =>
{
client.WithSSL();
}
});
// Via extension overload
services.AddMinio("minio2", options =>
{
options.Endpoint = "endpoint2";
// ...
options.OnClientConfiguration = client =>
{
client.WithSSL().WithTimeout(...);
}
});
// Via explicit named Configure
services.AddMinio()
.Configure<MinioOptions>("minio3", options =>
{
options.Endpoint = "endpoint3";
// ...
});
// Get or inject first minio client
var client = serviceProvider.GetRequiredService<MinioClient>();
// Create new minio2
var client = serviceProvider.GetRequiredService<IMinioClientFactory>().CreateClient("minio2");
// Create new minio3
var client = serviceProvider.GetRequiredService<IMinioClientFactory>().CreateClient("minio3");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.8)
- Minio (>= 3.1.13)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Minio.AspNetCore:
Package | Downloads |
---|---|
Minio.AspNetCore.HealthChecks
ASP.NET Healthcheck extensions for MinIO .NET SDK. |
|
Strong.Minio
准备给FIS使用,去掉不必要的引用 |
|
Virtuesoft.Framework.Middlewares.MinioService
minio 服务组件,包括上传,下载转发 需要依赖 Minio.AspNetCore . |
|
LinSir.SharePackage.Core
Package Description |
|
Promesa.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.1 | 110,839 | 6/24/2024 |
6.0.0 | 58,097 | 1/8/2024 |
5.0.0 | 420,543 | 5/7/2023 |
4.0.8 | 32,586 | 2/22/2023 |
4.0.7 | 4,339 | 2/13/2023 |
4.0.6 | 189,322 | 12/15/2022 |
4.0.5 | 73,570 | 7/29/2022 |
4.0.4 | 4,793 | 6/14/2022 |
4.0.3 | 1,648 | 5/29/2022 |
4.0.2 | 17,643 | 4/10/2022 |
4.0.1 | 9,201 | 3/25/2022 |
4.0.0 | 10,618 | 3/15/2022 |
3.1.22 | 41,018 | 12/14/2021 |
3.1.21 | 14,177 | 7/24/2021 |
3.1.20 | 4,201 | 5/30/2021 |
3.1.19 | 5,018 | 4/12/2021 |
3.1.18 | 428 | 3/29/2021 |
3.1.17 | 10,350 | 3/26/2021 |
3.1.16 | 903 | 3/26/2021 |
3.1.15 | 3,274 | 2/26/2021 |
3.1.14 | 1,569 | 2/16/2021 |
3.1.13 | 49,148 | 11/23/2020 |
3.1.12 | 1,203 | 11/17/2020 |
3.1.11 | 27,544 | 10/19/2020 |
3.1.10 | 1,933 | 10/16/2020 |
3.1.9 | 1,203 | 10/7/2020 |
3.1.8 | 2,086 | 10/6/2020 |