You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use stow to connect to Azure blobstore. The examples we found expects azureaccountname and azureaccountkey. In our case, we get access to a container only via blob sas_token. so we have a container_uri and a blob sas_token. Can we configure and use stow with that to do blob operations within that container ?
The text was updated successfully, but these errors were encountered:
Hello all - was there any solution or progress with this? We are trying to connect and using the storage access key, we get "bad credentials" and using the sas token it just doesn't work.
We would like to use stow to connect to Azure blobstore. The examples we found expects
azureaccountname
andazureaccountkey
. In our case, we get access to a container only via blobsas_token
. so we have a container_uri and a blob sas_token. Can we configure and use stow with that to do blob operations within that container ?The text was updated successfully, but these errors were encountered: