Azure / Azure/azure-sdk-for-rust
sas URL creation
Open
Storage
- Dominant language
- Rust
- Stars
- 884
- Forks
- 365
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 109
Description
### Feature Summary
The current blob crate does not support creating sas URLs
### Feature Description
While 0.7.0 added support for reading & writing blobs with sas URLs, it does not allow the creation of SAS URLs. It would be helpful to support creation of sas URLs, as user delegation SAS URLs are a common SFI compliant mechanism to create time-limited identity bound SAS URLs.
https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas
ref: #2465
### Use Case
_No response_
### Alternatives
_No response_
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.