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 09:32:00 UTC

[jira] [Commented] (OAK-7569) Direct Binary Access

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

Marcel Reutegger commented on OAK-7569:
---------------------------------------

Here's a quick summary of the current state for this proposal.

- The Jackrabbit API changes discussed in OAK-7589 have been added to jackrabbit-api (JCR-4335) and will be released with Jackrabbit 2.17.5
- The Oak API changes discussed in OAK-7603 have been committed to oak-api
- Reviews for the remaining part of the proposal (mainly data/blob store related) are pending review by Amit

The remaining code changes can be split into two parts.

- Changes in oak-jcr and oak-store-spi depend on the new interfaces introduced with Jackrabbit 2.17.5 and can only be committed when the new Jackrabbit release is public
- The remaining changes can already be committed before the Jackrabbit release is public, because they depend only on the new Oak API introduced for this feature.

> 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)