Connect to Azure storage with SAS token #610
-
Dear Cantaloupe community, I would like to use Azure blob storage with a SAS token instead of an access key in Cantaloupe, according to the cantaloupe.properties file this is possible by using an URI with a SAS token in the object key, however there is no documentation available about this feature and there have been no discussions about this subject. Also changing the value AzureStorageSource.account_key to the SAS token does not work. Could somebody explain how this is done? Leander |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found out the HttpSource can be used with the storage account and container URL as prefix and the SAS token as suffix |
Beta Was this translation helpful? Give feedback.
Found out the HttpSource can be used with the storage account and container URL as prefix and the SAS token as suffix