单独方法测试
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
88ded12f37
commit
f75c2d7283
|
|
@ -2175,8 +2175,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||||
|
|
||||||
if (!ok)
|
if (!ok)
|
||||||
{
|
{
|
||||||
await using var source2 = await _oSSService.GetStreamFromOSSAsync(instance.Path);
|
await source.CopyToAsync(entryStream, 32 * 1024, abortToken);
|
||||||
await source2.CopyToAsync(entryStream, 32 * 1024, abortToken);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue