feat: strengthen P0 security and operations
This commit is contained in:
@@ -26,4 +26,9 @@ public interface IObjectStorageService
|
||||
Task<ObjectStorageMetadata> HeadObjectAsync(
|
||||
ObjectStorageHeadRequest request,
|
||||
CancellationToken cancellationToken = default);
|
||||
|
||||
Task<Stream> OpenReadAsync(
|
||||
ObjectStorageReadRequest request,
|
||||
CancellationToken cancellationToken = default) =>
|
||||
Task.FromException<Stream>(new NotSupportedException("Object storage read streaming is not configured."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user