initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public interface IDocumentStorageService
|
||||
{
|
||||
Task<(string objectKey, string sha256, long fileSize)> UploadAsync(Stream fileStream, string contentType, Guid batchId);
|
||||
Task<string> GetPresignedUrlAsync(string objectKey);
|
||||
}
|
||||
Reference in New Issue
Block a user