mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 22:06:25 +01:00
Always abort multipart upload on exception
This commit is contained in:
@@ -19,8 +19,7 @@ public static class Extensions
|
||||
RegionEndpoint = !string.IsNullOrEmpty(c.Region) ? RegionEndpoint.GetBySystemName(c.Region) : null,
|
||||
ServiceURL = c.ServiceUrl?.ToString(),
|
||||
UseHttp = c.ServiceUrl?.Scheme == "http",
|
||||
ForcePathStyle = true,
|
||||
SignatureVersion = "4"
|
||||
ForcePathStyle = true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user