Sign in Sign up
nuget

Netor.Stores

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);

nuget View on Nuget

Activity

Latest release
1y ago
Total releases
3
Cadence
~3 days
Last 12 months
0

Details

First release
Dec 03, 2024
Releases
Version Released
1.0.2 patch
1.0.1 patch
1.0.0 initial