Always abort multipart upload on exception

This commit is contained in:
Kieran
2022-07-27 19:41:34 +01:00
parent 5e3ceebf45
commit d7984db5bb
2 changed files with 86 additions and 75 deletions

View File

@@ -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
});
}