mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:33:33 +08:00
fix.plonds-s3-upload-timeout
This commit is contained in:
@@ -7,4 +7,9 @@ public sealed record PlondsS3ClientOptions(
|
||||
string AccessKey,
|
||||
string SecretKey,
|
||||
string PublicBaseUrl,
|
||||
string PublicBaseKeyPrefix = "");
|
||||
string PublicBaseKeyPrefix = "")
|
||||
{
|
||||
public TimeSpan RequestTimeout { get; init; } = TimeSpan.FromMinutes(30);
|
||||
|
||||
public int MaxUploadAttempts { get; init; } = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user