Re: OAK-6575 - Provide a secure external URL to a DataStore binary.

2017-08-23 Thread Julian Reschke
On 2017-08-23 13:39, Chetan Mehrotra wrote: Below is one possible sketch of the proposed api. We introduce a new AdaptableBinary which allows adapting a Binary to some other form. API === public interface AdaptableBinary { /** * Adapts the binary to another type * *

Re: OAK-6575 - Provide a secure external URL to a DataStore binary.

2017-08-23 Thread Chetan Mehrotra
Below is one possible sketch of the proposed api. We introduce a new AdaptableBinary which allows adapting a Binary to some other form. API === public interface AdaptableBinary { /** * Adapts the binary to another type * * @param The generic type to which this binary is

OAK-6575 - Provide a secure external URL to a DataStore binary.

2017-08-23 Thread Chetan Mehrotra
Recently we had internal discussion for Ian's requirement in OAK-6575. See issue for complete details. In brief 1. Need a way to provide a signed url [1] for Blobs stored in Oak if they are stored in S3 2. The url would only be created if the user can access the Binary. 3. The url would only be