roeap commented on PR #2509:
URL: https://github.com/apache/arrow-rs/pull/2509#issuecomment-1225518154

   SAS tokens can be issued for a specific blob, or on a container level, it 
will then be valid for all requests to that container. It can also be scoped to 
a single blob/path, in which case there is not much use for use in this crate..
   
   The way i tested it was to use the azure storage explorer to generate a 
query sting. This comes with multiple values. It would be up to the user to 
split the total query string provided by e.g. storage explorer into the key 
value pairs. This is then what the builder expects. Providing this as separate 
pairs rathen then a single string is something I adopted from the SDK - and a 
little bitr of lazyness making sure the string is formatted correrctly :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to