mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 02:53:24 +08:00
fix.plonds-s3-multipart-upload
This commit is contained in:
@@ -12,4 +12,10 @@ public sealed record PlondsS3ClientOptions(
|
||||
public TimeSpan RequestTimeout { get; init; } = TimeSpan.FromMinutes(30);
|
||||
|
||||
public int MaxUploadAttempts { get; init; } = 3;
|
||||
|
||||
public long MultipartThresholdBytes { get; init; } = 8L * 1024 * 1024;
|
||||
|
||||
public long MultipartPartSizeBytes { get; init; } = 8L * 1024 * 1024;
|
||||
|
||||
public int MultipartConcurrency { get; init; } = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user