Rclone and Microsoft Azure Blob Storage with SAS tokens

I didn’t find any information on using rclone with Microsoft Azure Blob Storage using SAS tokens.
How can I use rclone if I only have SAS token instead of account/key?

Thanks

That isn’t possible at the moment.

It looks like the azure SDK supports it though - rclone would need to use this a different client constructor

If you would like to see this please make a new issue on github, and, even better, please contribute the code to fix it! I’m very happy to help people with contributions.

Thanks for the quick reply.