Remove public host
This commit is contained in:
@ -75,11 +75,9 @@ public class S3DvrStore : IDvrStore
|
||||
|
||||
var tsUpload = sw.Elapsed;
|
||||
|
||||
var ret = new Uri(_config.PublicHost, new Uri(url).AbsolutePath);
|
||||
|
||||
_logger.LogInformation("download={tc:#,##0}ms, probe={pc:#,##0}ms, upload={uc:#,##0}ms", tsDownload.TotalMilliseconds,
|
||||
tsProbe.TotalMilliseconds, tsUpload.TotalMilliseconds);
|
||||
|
||||
return new(ret, probe.Duration.TotalSeconds);
|
||||
return new(new Uri(url), probe.Duration.TotalSeconds);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user