You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Currently, you pass the SAS key during the module registering with the withConfig method. This is undesirable, as they keys expire and you might want to change them or configure them better.
Expected behavior
There should be an option to generate the SAS key via the module, using an account name and key.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
SAS keys expire and there should be more control over them.
Environment
Nest version: 6.7.2
For Tooling issues:
- Node version: 12.10
- Platform: Windows
Others:
The text was updated successfully, but these errors were encountered:
Granting access to resources using SAS signed url is pretty common use case of Azure Blob Storage. Sometimes we don't want to use our server bandwidth for download and upload actions. The server might only take care of access management.
I could help with drafting the feature and raise a PR if help is wanted.
I'm submitting a...
Current behavior
Currently, you pass the SAS key during the module registering with the withConfig method. This is undesirable, as they keys expire and you might want to change them or configure them better.
Expected behavior
There should be an option to generate the SAS key via the module, using an account name and key.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
SAS keys expire and there should be more control over them.
Environment
The text was updated successfully, but these errors were encountered: