Replies: 3 comments 3 replies
-
|
We currently don't have any plans to support a use case like that. But if you are working with Azure, we should talk about adding support for this as storage disk. It should be quite straight forward, as there is a Blob Storage adapter in our filesystem abstraction library already. Would this work for you? |
Beta Was this translation helpful? Give feedback.
-
|
I'm sure it would work, and better to keep things consistent, I guess? We can have a look at it, though time is very limited at the moment. |
Beta Was this translation helpful? Give feedback.
-
|
@dlangenk We aren't working on it (yet), for want of time. I've sent you an email with a couple of links and SASes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We store our videos on Azure and using them with Biigle works perfectly, so long as they are publicly accessible.
If they're not public, they can be accessed by appending a SAS token to the URL as a query string. Doing this to the filenames in a volume actually seems to work, though the SAS has to be appended to every file in the volume.
Is there any appetite for a feature that would allow a user to configure a query string which would be appended to all files in a volume? This way, if the SAS were changed or expired, it could be updated in one place. A storage disk implementation for this seems like it might be a bit of overkill.
Beta Was this translation helpful? Give feedback.
All reactions