You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2018/07/26 10:12:00 UTC

[jira] [Comment Edited] (OAK-7569) Direct Binary Access

    [ https://issues.apache.org/jira/browse/OAK-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558127#comment-16558127 ] 

Marcel Reutegger edited comment on OAK-7569 at 7/26/18 10:11 AM:
-----------------------------------------------------------------

[~mattvryan], I moved the lookup of the {{BlobAccessProvider}} into {{RepositoryImpl}}. See my PR: https://github.com/mattvryan/jackrabbit-oak/pull/9

This brings the login performance back to current numbers.


was (Author: mreutegg):
[~mattvryan], I moved the lookup of the {{BlobAccessProvider}} into {{RepositoryImpl}}. See my PR: https://github.com/mattvryan/jackrabbit-oak/pull/9

> Direct Binary Access
> --------------------
>
>                 Key: OAK-7569
>                 URL: https://issues.apache.org/jira/browse/OAK-7569
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: api, blob-cloud, blob-cloud-azure, blob-plugins
>            Reporter: Matt Ryan
>            Assignee: Matt Ryan
>            Priority: Major
>
> Provide a direct binary access feature to Oak which allows an authenticated client to create or download blobs directly to/from the blob store, assuming the authenticated user has appropriate permission to do so. The primary value of this feature is that the I/O of transferring large binary files to or from the blob store can be offloaded entirely from Oak and performed directly between a client application and the blob store.
> This feature is described in more detail [on the Oak wiki|https://wiki.apache.org/jackrabbit/Direct%20Binary%20Access].
> This feature is similar in functionality to OAK-6575.  It adds the capability to also upload directly to storage via preauthorized URLs in addition to downloading directly from storage via preauthorized URLs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)