fix: align backend APIs and upload flow
This commit is contained in:
@@ -60,6 +60,7 @@ namespace FileService.Application.StorageContracts
|
||||
|
||||
public sealed record PresignedUrl(
|
||||
string Url,
|
||||
string Method,
|
||||
IReadOnlyDictionary<string, string> Headers,
|
||||
DateTimeOffset ExpiresAt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user