Azure / azure-storage-node

Microsoft Azure Storage SDK for Node.js
http://azure.github.io/azure-storage-node/
Apache License 2.0
495 stars 227 forks source link

Getting SAS policy expiration date from blob and queue #685

Closed 0stage closed 3 years ago

0stage commented 3 years ago

For latest features support, please switch to Azure Storage JavaScript SDK V10.

Which service(blob, file, queue, table) does this issue concern?

blob,queue

Which version of the SDK was used?

azure-storage@2.10.3

What's the Node.js/Browser version?

v12.18.4

What problem was encountered?

I would like to get the SAS policies expiration dates for the containers, I had a look to the doc there is an option to setup the SAS but I did not spot a way to retrieve the keys from the containers.

Have you found a mitigation/solution?

Using power-shell with azure functions but it's very slow and get timed-out (exceed 10 mins)

0stage commented 3 years ago

closing as not an issue