Description
In certain scenarios for performance reasons its desirable to have direct access to the Blob source.
For e.g. if using a FileDataStore having a direct access to the native file system path of the blob (if not stored in chunks) is more useful than repository path e.g. native tools don't understand repository path, instead file system path can be passed directly to native tools for processing binary.
Another usecase being ability exposed signed S3 url which would allow access to binary content directly
Attachments
Issue Links
- relates to
-
OAK-6575 Provide a secure external URL to a DataStore binary.
- Closed