Support driver models with read paths (e.g. Dropbox or Google Drive) #121
Labels
enhancement
Iterations on existing features or infrastructure.
request-for-comment
Requires further input to figure out tasks. Add to external requests.
It would be nice to be able to support some drivers with more complex requirements (i.e., because the storage provider doesn't provide the ability to pre-determine the URL for a file).
These drivers would require that the gaia hub be invoked on the read path -- so if we want to support something like this, we need a "read-path" gaia driver type. For this spec, I'd propose a
get
endpoint:Which will return the data (or, in an ideal world, a
301
, but I think that these kinds of backends wouldn't typically have CORS headers set).The text was updated successfully, but these errors were encountered: