fix: upload folder name
This commit is contained in:
@@ -2,7 +2,7 @@ namespace mws.backend.dotnet.application.Documents;
|
||||
|
||||
public interface IDocumentContentStore
|
||||
{
|
||||
Task<string> UploadAsync(Guid projectId, string fileName, string contentType, Stream body, CancellationToken ct);
|
||||
Task<string> UploadAsync(string projectName, string fileName, string contentType, Stream body, CancellationToken ct);
|
||||
Task<Stream> DownloadAsync(string storageKey, CancellationToken ct);
|
||||
Task DeleteAsync(string storageKey, CancellationToken ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user