This commit is contained in:
@ -62,7 +62,7 @@ public class S3DvrStore(Config config, HttpClient httpClient, ILogger<S3DvrStore
|
||||
{
|
||||
BucketName = _config.BucketName,
|
||||
Key = key,
|
||||
Expires = DateTime.Now.AddSeconds(604800)
|
||||
Expires = DateTime.UtcNow.AddSeconds(604000)
|
||||
});
|
||||
|
||||
var ub = new UriBuilder(url)
|
||||
|
Reference in New Issue
Block a user