update pkg

This commit is contained in:
2024-07-10 03:30:09 +08:00
parent d9ff4ae422
commit 786051ddbf
3 changed files with 7 additions and 9 deletions
+3 -2
View File
@@ -3,15 +3,16 @@ using System;
using System.IO;
using Microsoft.AspNetCore.Http;
using Minio;
using Minio.DataModel.Args;
using SimApi.Configurations;
namespace SimApi.Helpers;
public class SimApiStorage
{
private MinioClient Mc { get; }
private IMinioClient Mc { get; }
public MinioClient Client => Mc;
public IMinioClient Client => Mc;
private string ServeUrl { get; }