storage add client

This commit is contained in:
2021-06-07 15:24:22 +08:00
parent 3445531972
commit 8b4d551af8
+3
View File
@@ -10,6 +10,9 @@ namespace SimApi.Helpers
public class SimApiStorage
{
private MinioClient Mc { get; }
public MinioClient Client => Mc;
private string ServeUrl { get; }
private string Bucket { get; }
private IHttpContextAccessor HttpContextAccessor { get; }