Open psolymos opened 1 year ago
Hmm, I don't recall running into problems with SAS, but this was some time ago
@hongooi73 any plans for merging this for a new CRAN release? Thanks.
I have also encountered problems with the SAS tokens generated by this library (with a similar error message), and it looks like I'm not the only one https://github.com/Azure/AzureStor/issues/140
This post was actually very helpful for me to help work around the issue. If I set auth_api_version="2020-10-02"
the SAS token generated start working. The API version needs to be one before 2020-12-06
in which this breaking change seems to have occurred
Helo, I have encountered an issue with SAS and this PR represents a fix referencing Azure SAS spec changes:
rsct
field)Here is how the user delegation SAS fields lined up:
Because of this, I was getting Signature did not match. String to sign used was ... error. Installing from my fork resolved the issue.
Cheers!