Netor.Stores.Extensions 1.0.6

using Netor.Stores; 存储服务中间件 Services.AddStores(option => { option.Appid = "Appid"; option.AccessKey = "AccessKey"; option.SecretKey = "SecretKey"; option.Url = "https://youdomain/api"; }); //上传文件 var store = sp.GetRequiredService StoresService (); var result = await store.PostAsync(new StoresArgs() { contentype = file.ContentType },IFormFile file);

No packages depend on Netor.Stores.Extensions.

存储服务中间件

Version Downloads Last updated
1.0.6 12 09/02/2025
1.0.5 8 09/02/2025
1.0.4 7 09/02/2025
1.0.3 8 09/02/2025
1.0.2 8 09/02/2025